chore(): Upgrade python to the latest currently available version
This commit is contained in:
parent
cebaf9b88a
commit
d565f4d6b9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.18-alpine3.19
|
||||
FROM python:3.12.1-alpine3.19
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
|
|
Loading…
Reference in a new issue