We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b16fa commit 1d6cc8cCopy full SHA for 1d6cc8c
scripts/Docker/Dockerfile
@@ -23,10 +23,10 @@ ARG source=local
23
24
# parameterize the sha256 sum to pin version of python:3-alpine
25
# Must use the same version in both build stages.
26
-ARG SHA256=8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d
+ARG SHA256=323a717dc4a010fee21e3f1aac738ee10bb485de4e7593ce242b36ee48d6b352
27
28
29
-# Set to any non-empy value to enable shell debugging for troubleshooting
+# Set to any non-empty value to enable shell debugging for troubleshooting
30
ARG VERBOSE=
31
32
# application directory
0 commit comments