File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG source=local
2323
2424# parameterize the sha256 sum to pin version of python:3-alpine
2525# Must use the same version in both build stages.
26- ARG SHA256=06ec926ba48a761e10e429c9091000863f7b91ef42296d10303c5da6c01e25ad
26+ ARG SHA256=8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d
2727
2828
2929# Set to any non-empy value to enable shell debugging for troubleshooting
@@ -35,7 +35,7 @@ ARG appdir=/usr/src/app
3535# Python version as a.b Used as path component for
3636# installation directory and COPY from install dir
3737# in second build stage.
38- ARG pythonversion=3.12
38+ ARG pythonversion=3.13
3939
4040# FROM python:3-alpine via SHA256 sum
4141FROM python@sha256:$SHA256 AS build
You can’t perform that action at this time.
0 commit comments