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