Skip to content

Commit

Permalink
chore: update to python 3.13. Also use index file shasum.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Dec 9, 2024
1 parent 022430a commit 0c94f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG source=local

# parameterize the sha256 sum to pin version of python:3-alpine
# Must use the same version in both build stages.
ARG SHA256=06ec926ba48a761e10e429c9091000863f7b91ef42296d10303c5da6c01e25ad
ARG SHA256=8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d


# Set to any non-empy value to enable shell debugging for troubleshooting
Expand All @@ -35,7 +35,7 @@ ARG appdir=/usr/src/app
# Python version as a.b Used as path component for
# installation directory and COPY from install dir
# in second build stage.
ARG pythonversion=3.12
ARG pythonversion=3.13

#FROM python:3-alpine via SHA256 sum
FROM python@sha256:$SHA256 AS build
Expand Down

0 comments on commit 0c94f9e

Please sign in to comment.