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 @@ -26,7 +26,7 @@ ARG source=local
2626# Note this is the index digest for the image, not the manifest digest.
2727# The index digest is shared across archetectures (amd64, arm64 etc.)
2828# while the manifest digest is unique per platform/arch.
29- ARG SHA256=9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
29+ ARG SHA256=8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
3030
3131# Set to any non-empty value to enable shell debugging for troubleshooting
3232ARG VERBOSE=
@@ -37,7 +37,7 @@ ARG appdir=/usr/src/app
3737# Python version as a.b Used as path component for
3838# installation directory and COPY from install dir
3939# in second build stage.
40- ARG pythonversion=3.13
40+ ARG pythonversion=3.14
4141
4242# FROM python:3-alpine via SHA256 sum
4343FROM python@sha256:$SHA256 AS build
You can’t perform that action at this time.
0 commit comments