Skip to content

Commit 0c94f9e

Browse files
committed
chore: update to python 3.13. Also use index file shasum.
1 parent 022430a commit 0c94f9e

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
@@ -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
4141
FROM python@sha256:$SHA256 AS build

0 commit comments

Comments
 (0)