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 @@ -27,7 +27,7 @@ ARG source=local
27
27
ARG pythonversion=3.11
28
28
29
29
# FROM python:3-alpine
30
- FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build
30
+ FROM python@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7 as build
31
31
32
32
# Inherit global values https://github.com/moby/moby/issues/37345
33
33
ARG appdir
@@ -157,7 +157,7 @@ RUN if [ -n "$pip_mod" ]; then pip install --no-cache-dir ${pip_mod}; fi
157
157
# build a new smaller docker image for execution. Build image above
158
158
# is 1G in size.
159
159
# FROM python:3-alpine
160
- FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47
160
+ FROM python@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7
161
161
162
162
# import from global
163
163
ARG appdir
You can’t perform that action at this time.
0 commit comments