File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# java-builder: Stage to build a custom JRE (with jlink)
2
- FROM eclipse-temurin:11@sha256:8cf7bf0f13cc47e56c7461420e1a80585612afcbb0073602f846748d31cb1aba as java-builder
2
+ FROM eclipse-temurin:11@sha256:abccfc31cefa4f3fad66630fceb51e59c7656a2ebfd1a831423dadaf684397fa as java-builder
3
3
4
4
# create a custom, minimized JRE via jlink
5
5
RUN jlink --add-modules \
@@ -29,7 +29,7 @@ jdk.localedata --include-locales en,th \
29
29
30
30
31
31
# base: Stage which installs necessary runtime dependencies (OS packages, java,...)
32
- FROM python:3.11.9-slim-bookworm@sha256:dad770592ab3582ab2dabcf0e18a863df9d86bd9d23efcfa614110ce49ac20e4 as base
32
+ FROM python:3.11.9-slim-bookworm@sha256:6d2502238109c929569ae99355e28890c438cb11bc88ef02cd189c173b3db07c as base
33
33
ARG TARGETARCH
34
34
35
35
# Install runtime OS package dependencies
Original file line number Diff line number Diff line change 1
1
# base: Stage which installs necessary runtime dependencies (OS packages, filesystem...)
2
- FROM python:3.11.9-slim-bookworm@sha256:dad770592ab3582ab2dabcf0e18a863df9d86bd9d23efcfa614110ce49ac20e4 as base
2
+ FROM python:3.11.9-slim-bookworm@sha256:6d2502238109c929569ae99355e28890c438cb11bc88ef02cd189c173b3db07c as base
3
3
ARG TARGETARCH
4
4
5
5
# set workdir
You can’t perform that action at this time.
0 commit comments