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.
2 parents 0ba06b3 + c54ca18 commit e0dbe45Copy full SHA for e0dbe45
python/Dockerfile.3-8
@@ -1,5 +1,5 @@
1
# For development/testing purposes
2
-ARG python_version=3.12
+ARG python_version=3.13
3
FROM python:${python_version}
4
ARG USERID=1000
5
RUN set -ex && \
0 commit comments