From 2dccdf223c4d6b9216141cfed5f200cac4a0f833 Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Sun, 8 Dec 2024 18:03:07 -0500 Subject: [PATCH] chore: update manifest sha256sum to fix issue with python version. --- scripts/Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Docker/Dockerfile b/scripts/Docker/Dockerfile index 83c16288..817850f6 100644 --- a/scripts/Docker/Dockerfile +++ b/scripts/Docker/Dockerfile @@ -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=7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 +ARG SHA256=06ec926ba48a761e10e429c9091000863f7b91ef42296d10303c5da6c01e25ad # Set to any non-empy value to enable shell debugging for troubleshooting