From dca46c094c7e4fb26f94dbc0d1c1f5fe9cc43b89 Mon Sep 17 00:00:00 2001 From: Christian Geie Date: Fri, 12 Jul 2024 10:57:16 +0200 Subject: [PATCH] change python alpine image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fd90bb..c4ee2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.20-alpine as base +FROM python:alpine3.20 as base FROM base as builder WORKDIR /app