Skip to content

Commit 410691d

Browse files
committed
chore: update base image to python 3.14 alpine release.
3-alpine has changed to python 3.14.
1 parent 998cc4c commit 410691d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3232
ARG 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
4343
FROM python@sha256:$SHA256 AS build

0 commit comments

Comments
 (0)