We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacc12d commit 52a129aCopy full SHA for 52a129a
docker-files/alpine.Dockerfile
@@ -10,8 +10,8 @@
10
# Alpine 3.18 tag is a link to the latest 3.18.x version.
11
# Be aware that if you change the Alpine version, you may have to change the Python version.
12
13
-ARG IMAGE_VERSION=3.19
14
-ARG PYTHON_VERSION=3.11
+ARG IMAGE_VERSION=3.20
+ARG PYTHON_VERSION=3.12
15
16
##############################################################################
17
# Base layer to be used for building dependencies and the release images
0 commit comments