changeset 8184:53dba022d4cd

chore: update to python 3.13. Also use index file shasum.
author John Rouillard <rouilj@ieee.org>
date Sun, 08 Dec 2024 21:36:29 -0500
parents 8c17d0def3f3
children e84d4585b16d
files scripts/Docker/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile	Sun Dec 08 18:57:02 2024 -0500
+++ b/scripts/Docker/Dockerfile	Sun Dec 08 21:36:29 2024 -0500
@@ -23,7 +23,7 @@
 
 # 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
@@ -35,7 +35,7 @@
 # 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 

Roundup Issue Tracker: http://roundup-tracker.org/