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
2424ARG pythonversion=3.11
2525
2626# FROM python:3-alpine
27- FROM python@sha256:caafba876f841774905f73df0fcaf7fe3f55aaf9cb48a9e369a41077f860d4a7 as build
27+ FROM python@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df as build
2828
2929# Inherit global values https://github.com/moby/moby/issues/37345
3030ARG appdir
@@ -133,7 +133,7 @@ RUN if [ -n "$pip_mod" ]; then pip install --no-cache-dir ${pip_mod}; fi
133133# build a new smaller docker image for execution. Build image above
134134# is 1G in size.
135135# FROM python:3-alpine
136- FROM python@sha256:caafba876f841774905f73df0fcaf7fe3f55aaf9cb48a9e369a41077f860d4a7
136+ FROM python@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df
137137
138138# import from global
139139ARG appdir
You can’t perform that action at this time.
0 commit comments