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 7e27914 commit 4889788Copy full SHA for 4889788
scripts/Docker/Dockerfile
@@ -23,7 +23,8 @@ 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=5365725a6cd59b72a927628fdda9965103e3dc671676c89ef3ed8b8b0e22e812
+ARG SHA256=ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b
27
+
28
29
# Set to any non-empy value to enable shell debugging for troubleshooting
30
ARG VERBOSE=
@@ -37,7 +38,7 @@ ARG appdir=/usr/src/app
37
38
ARG pythonversion=3.12
39
40
#FROM python:3-alpine via SHA256 sum
-FROM python@sha256:$SHA256 as build
41
+FROM python@sha256:$SHA256 AS build
42
43
# Inherit global values https://github.com/moby/moby/issues/37345
44
ARG appdir
0 commit comments