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.12-slim-bullseye@sha256:55b99191de1e61f0f95464ec44e656939abd150a0a4d9aa497bebbfa4e22b554 as java-builder
2
+ FROM python:3.10.12-slim-bullseye@sha256:b51f87064a7a335e7c47a1404f7d5d259df76bb9e07097a301b3bbf55db37e0a as java-builder
3
3
ARG TARGETARCH
4
4
5
5
# install OpenJDK 11
@@ -37,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.12-slim-bullseye@sha256:55b99191de1e61f0f95464ec44e656939abd150a0a4d9aa497bebbfa4e22b554 as base
40
+ FROM python:3.10.12-slim-bullseye@sha256:b51f87064a7a335e7c47a1404f7d5d259df76bb9e07097a301b3bbf55db37e0a 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