@@ -20,7 +20,7 @@ ENV DEBIAN_FRONTEND noninteractive
2020
2121CMD ["/bin/bash" ]
2222
23- ARG WGET_VERSION="1.21.3-1+b2 "
23+ ARG WGET_VERSION="1.21.3-1+deb12u1 "
2424ARG VERSION_BRANCH=""
2525ARG VERSION_COMMIT=""
2626ARG VERSION_DISPLAY=""
@@ -49,14 +49,14 @@ ENV VERSION_LAST_TAG=$VERSION_LAST_TAG
4949# - https://packages.debian.org/bookworm/openjdk-17-jdk
5050RUN apt-get update \
5151 && apt-get install -y --no-install-recommends \
52- docker.io=20.10.24+dfsg1-1+deb12u1 \
53- libssl-dev=3.0.15 -1~deb12u1 \
52+ docker.io=20.10.24+dfsg1-1+deb12u1+b2 \
53+ libssl-dev=3.0.17 -1~deb12u3 \
5454 pkg-config=1.8.1-1 \
5555 unzip=6.0-28 \
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.13+11-2 ~deb12u1 \
59+ openjdk-17-jdk=17.0.17+10-1 ~deb12u1 \
6060 && apt-get clean \
6161 && rm -rf /var/lib/apt/lists/*
6262
@@ -126,19 +126,19 @@ RUN apt-get update \
126126 ca-certificates \
127127 build-essential=12.9 \
128128 # https://security-tracker.debian.org/tracker/CVE-2023-38545
129- curl=7.88.1-10+deb12u8 \
129+ curl=7.88.1-10+deb12u14 \
130130 g++-aarch64-linux-gnu \
131131 g++-x86-64-linux-gnu \
132132 libc6-dev-arm64-cross=2.36-8cross1 \
133133 libclang-dev=1:14.0-55.7~deb12u1 \
134- libssl-dev=3.0.15 -1~deb12u1 \
134+ libssl-dev=3.0.17 -1~deb12u3 \
135135 pkg-config=1.8.1-1 \
136136 && rm -rf /var/lib/apt/lists/*
137137
138138# We fix the version of Rust here to ensure that we can update it without having
139139# issues with the caching layers containing outdated versions which aren't compatible.
140140RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup.sh \
141- && sh rustup.sh -y --target 1.81 .0-aarch64-unknown-linux-gnu 1.81 .0-x86_64-unknown-linux-gnu --default-toolchain 1.81 .0
141+ && sh rustup.sh -y --target 1.88 .0-aarch64-unknown-linux-gnu,1.88 .0-x86_64-unknown-linux-gnu --default-toolchain 1.88 .0
142142
143143RUN "$HOME/.cargo/bin/cargo" install sccache --version 0.7.4
144144
@@ -259,9 +259,9 @@ LABEL org.opencontainers.image.authors="devops@radixdlt.com"
259259# - https://packages.debian.org/bookworm/libc6
260260RUN apt-get update -y \
261261 && apt-get -y --no-install-recommends install \
262- openjdk-17-jre-headless=17.0.13+11-2 ~deb12u1 \
262+ openjdk-17-jre-headless=17.0.17+10-1 ~deb12u1 \
263263 # https://security-tracker.debian.org/tracker/CVE-2023-38545
264- curl=7.88.1-10+deb12u8 \
264+ curl=7.88.1-10+deb12u14 \
265265 gettext-base=0.21-12 \
266266 daemontools=1:0.76-8.1 \
267267 # https://security-tracker.debian.org/tracker/CVE-2023-4911
0 commit comments