8000 Bump python from `55b9919` to `b51f870` (#8579) · codeperl/localstack@a12e306 · GitHub
[go: up one dir, main page]

Skip to content

Commit a12e306

Browse files
Bump python from 55b9919 to b51f870 (localstack#8579)
1 parent 552e335 commit a12e306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# builder: Stage to build a custom JRE (with jlink)
2-
FROM python:3.10.12-slim-bullseye@sha256:55b99191de1e61f0f95464ec44e656939abd150a0a4d9aa497bebbfa4e22b554 as java-builder
2+
FROM python:3.10.12-slim-bullseye@sha256:b51f87064a7a335e7c47a1404f7d5d259df76bb9e07097a301b3bbf55db37e0a as java-builder
33
ARG TARGETARCH
44

55
# install OpenJDK 11
@@ -37,7 +37,7 @@ jdk.localedata --include-locales en,th \
3737

3838

3939
# base: Stage which installs necessary runtime dependencies (OS packages, java,...)
40-
FROM python:3.10.12-slim-bullseye@sha256:55b99191de1e61f0f95464ec44e656939abd150a0a4d9aa497bebbfa4e22b554 as base
40+
FROM python:3.10.12-slim-bullseye@sha256:b51f87064a7a335e7c47a1404f7d5d259df76bb9e07097a301b3bbf55db37e0a as base
4141
ARG TARGETARCH
4242

4343
# Install runtime OS package dependencies

0 commit comments

Comments
 (0)
0