chore(): Upgrade python to the latest currently available version

This commit is contained in:
Elia el Lazkani 2024-01-20 12:39:17 +01:00
parent cebaf9b88a
commit d565f4d6b9

View file

@ -1,4 +1,4 @@
FROM python:3.9.18-alpine3.19
FROM python:3.12.1-alpine3.19
RUN apk update && \
apk upgrade && \