changeset 8471:8e72dc7b7f2f

chore: update base image to python 3.14 alpine release. 3-alpine has changed to python 3.14.
author John Rouillard <rouilj@ieee.org>
date Sun, 02 Nov 2025 21:10:28 -0500
parents eb132047dd21
children 224ccb8b49ca
files scripts/Docker/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile	Sun Nov 02 20:38:12 2025 -0500
+++ b/scripts/Docker/Dockerfile	Sun Nov 02 21:10:28 2025 -0500
@@ -26,7 +26,7 @@
 # Note this is the index digest for the image, not the manifest digest.
 # The index digest is shared across archetectures (amd64, arm64 etc.)
 # while the manifest digest is unique per platform/arch.
-ARG SHA256=9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
+ARG SHA256=8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
 
 # Set to any non-empty value to enable shell debugging for troubleshooting
 ARG VERBOSE=
@@ -37,7 +37,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.13
+ARG pythonversion=3.14
 
 #FROM python:3-alpine via SHA256 sum
 FROM python@sha256:$SHA256 AS build 

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