From 89483584aad8c546f81a775bd99a479d2ee3498f Mon Sep 17 00:00:00 2001 From: Christian Geie Date: Fri, 12 Jul 2024 09:44:15 +0200 Subject: [PATCH 1/2] Bumps python from 3.12-alpine to 3.20-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index caec2c0e..5fd90bba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine as base +FROM python:3.20-alpine as base FROM base as builder WORKDIR /app From dca46c094c7e4fb26f94dbc0d1c1f5fe9cc43b89 Mon Sep 17 00:00:00 2001 From: Christian Geie Date: Fri, 12 Jul 2024 10:57:16 +0200 Subject: [PATCH 2/2] change python alpine image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fd90bba..c4ee2af2 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