8000 Bump python from `d8c9ac4` to `9d1db83` (#9113) · localstack/localstack@a3eb98c · GitHub
[go: up one dir, main page]

Skip to content

Commit a3eb98c

Browse files
Bump python from d8c9ac4 to 9d1db83 (#9113)
1 parent e2e00c8 commit a3eb98c

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.13-slim-bullseye@sha256:d8c9ac4b16de7e2a1ef24cd9d914e3152b52f01476790e1c9dcd68757abb28b5 as java-builder
2+
FROM python:3.10.13-slim-bullseye@sha256:9d1db839c73288a0c3a44000deffaaead48695cb5144daf9ae9f836235291398 as java-builder
33
ARG TARGETARCH
44

55
# install OpenJDK 11
@@ -3 61BD 7,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.13-slim-bullseye@sha256:d8c9ac4b16de7e2a1ef24cd9d914e3152b52f01476790e1c9dcd68757abb28b5 as base
40+
FROM python:3.10.13-slim-bullseye@sha256:9d1db839c73288a0c3a44000deffaaead48695cb5144daf9ae9f836235291398 as base
4141
ARG TARGETARCH
4242

4343
# Install runtime OS package dependencies

0 commit comments

Comments
 (0)
0