From 939bd9aa27bb44a9092ed63366b7fbc1da345ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 8 Oct 2024 21:37:03 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Use=203.12-alpine=E2=81=A0=20in=20action=20?= =?UTF-8?q?container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/Dockerfile b/action/Dockerfile index 04ff2fe256a..4bba85da6cc 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.12-alpine⁠ WORKDIR /hacs From b6ef55ce802e8e67006d59b932035ed50b7c3b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 8 Oct 2024 21:38:57 +0200 Subject: [PATCH 2/2] Update action/Dockerfile --- action/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action/Dockerfile b/action/Dockerfile index 4bba85da6cc..95b1d8b161d 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -1,5 +1,4 @@ -FROM python:3.12-alpine⁠ - +FROM python:3.12-alpine WORKDIR /hacs COPY . /hacs