From 6c6b7736d570c71418dc1e2d6636ba97fd4b6346 Mon Sep 17 00:00:00 2001 From: Hadrien Jacquot <48486646+comassky@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:20:42 +0200 Subject: [PATCH] Update Dockerfile Update alpine version with new python tag policy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e022eba..5ba6afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11-alpine +FROM python:alpine3.19 # Set the working directory to /app WORKDIR /app