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] 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