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 @@ -56,7 +56,7 @@ RUN apt-get update \
5656 wget=${WGET_VERSION} \
5757 software-properties-common=0.99.30-4.1~deb12u1 \
5858 && apt-get install -y --no-install-recommends \
59- openjdk-17-jdk=17.0.11+9-1 ~deb12u1 \
59+ openjdk-17-jdk=17.0.12+7-2 ~deb12u1 \
6060 && apt-get clean \
6161 && rm -rf /var/lib/apt/lists/*
6262
@@ -256,7 +256,7 @@ LABEL org.opencontainers.image.authors="devops@radixdlt.com"
256256# - https://packages.debian.org/bookworm/libc6
257257RUN apt-get update -y \
258258 && apt-get -y --no-install-recommends install \
259- openjdk-17-jre-headless=17.0.11+9-1 ~deb12u1 \
259+ openjdk-17-jre-headless=17.0.12+7-2 ~deb12u1 \
260260 # https://security-tracker.debian.org/tracker/CVE-2023-38545
261261 curl=7.88.1-10+deb12u6 \
262262 gettext-base=0.21-12 \
You can’t perform that action at this time.
0 commit comments