File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ARG source=local
24
24
ARG pythonversion=3.11
25
25
26
26
# FROM python:3-alpine
27
- FROM python@sha256:1c7b5a998076ab7aa0a8745ab1461441a5bdc61e366985b9bfe3f4044c2b4503 as build
27
+ FROM python@sha256:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815 as build
28
28
29
29
# Inherit global values https://github.com/moby/moby/issues/37345
30
30
ARG appdir
@@ -133,7 +133,7 @@ RUN if [ -n "$pip_mod" ]; then pip install --no-cache-dir ${pip_mod}; fi
133
133
# build a new smaller docker image for execution. Build image above
134
134
# is 1G in size.
135
135
# FROM python:3-alpine
136
- FROM python@sha256:1c7b5a998076ab7aa0a8745ab1461441a5bdc61e366985b9bfe3f4044c2b4503
136
+ FROM python@sha256:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815
137
137
138
138
# import from global
139
139
ARG appdir
You can’t perform that action at this time.
0 commit comments