Skip to content

Commit 52a129a

Browse files
committed
Migration to Alpine 3.20 and Python 3.12 for Alpine Docker
1 parent aacc12d commit 52a129a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-files/alpine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Alpine 3.18 tag is a link to the latest 3.18.x version.
1111
# Be aware that if you change the Alpine version, you may have to change the Python version.
1212

13-
ARG IMAGE_VERSION=3.19
14-
ARG PYTHON_VERSION=3.11
13+
ARG IMAGE_VERSION=3.20
14+
ARG PYTHON_VERSION=3.12
1515

1616
##############################################################################
1717
# Base layer to be used for building dependencies and the release images

0 commit comments

Comments
 (0)