Skip to content

Commit 1be4e22

Browse files
committed
chore: update dockerfile to latest python:3-alpine release,
1 parent 7ba1cb9 commit 1be4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG source=local
2323

2424
# parameterize the sha256 sum to pin version of python:3-alpine
2525
# Must use the same version in both build stages.
26-
ARG SHA256=ef097620baf1272e38264207003b0982285da3236a20ed829bf6bbf1e85fe3cb
26+
ARG SHA256=5365725a6cd59b72a927628fdda9965103e3dc671676c89ef3ed8b8b0e22e812
2727

2828
# Set to any non-empy value to enable shell debugging for troubleshooting
2929
ARG VERBOSE=

0 commit comments

Comments
 (0)