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 1
1
# 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
3
3
ARG TARGETARCH
4
4
5
5
# install OpenJDK 11
@@ -3
61BD
7,7 +37,7 @@ jdk.localedata --include-locales en,th \
37
37
38
38
39
39
# 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
41
41
ARG TARGETARCH
42
42
43
43
# Install runtime OS package dependencies
You can’t perform that action at this time.
0 commit comments