Skip to content

Commit 94b4d76

Browse files
Bump python from a6ee91a to 2dd2f90 in /scripts/Docker
Bumps python from `a6ee91a` to `2dd2f90`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c623261 commit 94b4d76

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:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build
30+
FROM python@sha256:2dd2f9000021839e8fba0debd8a2308c7e26f95fdfbc0c728eeb0b5b9a8c6a39 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:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47
160+
FROM python@sha256:2dd2f9000021839e8fba0debd8a2308c7e26f95fdfbc0c728eeb0b5b9a8c6a39
161161

162162
# import from global
163163
ARG appdir

0 commit comments

Comments
 (0)