From 20d498c751c3cb6d9a21c3df2d2bc72f7d105ae1 Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Mon, 30 Oct 2023 21:57:21 -0400 Subject: [PATCH] chore: update the sha256 sum for the newest python:3-alpine image --- scripts/Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Docker/Dockerfile b/scripts/Docker/Dockerfile index 129b12cc..8b4e6540 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=ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac +ARG SHA256=a5d1738d6abbdff3e81c10b7f86923ebcb340ca536e21e8c5ee7d938d263dba1 # Set to any non-empy value to enable shell debugging for troubleshooting ARG VERBOSE=