Skip to content

Commit 7185768

Browse files
Bump python from 0a56f24 to fe68f31 in /scripts/Docker
Bumps python from `0a56f24` to `fe68f31`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2de188a commit 7185768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG source=local
2727
ARG pythonversion=3.11
2828

2929
#FROM python:3-alpine
30-
FROM python@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7 as build
30+
FROM python@sha256:fe68f3194a1a6df058901085495abca83d8841415101366c3a4c66f06f39760a as build
3131

3232
# Inherit global values https://github.com/moby/moby/issues/37345
3333
ARG appdir
@@ -157,7 +157,7 @@ RUN if [ -n "$pip_mod" ]; then pip install --no-cache-dir ${pip_mod}; fi
157157
# build a new smaller docker image for execution. Build image above
158158
# is 1G in size.
159159
# FROM python:3-alpine
160-
FROM python@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7
160+
FROM python@sha256:fe68f3194a1a6df058901085495abca83d8841415101366c3a4c66f06f39760a
161161

162162
# import from global
163163
ARG appdir

0 commit comments

Comments
 (0)