Skip to content

Commit

Permalink
bum libssl3 and nodejs
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 5, 2024
1 parent 1c569bb commit 3289d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/run-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ FROM debian:12-slim
RUN apt update \
&& apt install --no-install-recommends -y \
openjdk-17-jre=17.0.11+9-1~deb12u1 \
nodejs=18.19.0+dfsg-6~deb12u1 \
nodejs=18.19.0+dfsg-6~deb12u2 \
npm=9.2.0~ds1-1 \
python3-pip=23.0.1+dfsg-1 \
sqlite3=3.40.1-2 \
libboost-program-options1.74.0=1.74.0+ds1-21 \
libboost-log1.74.0=1.74.0+ds1-21 \
libboost-chrono1.74.0=1.74.0+ds1-21 \
libboost-system1.74.0=1.74.0+ds1-21 \
libssl3=3.0.11-1~deb12u2 \
libssl3=3.0.13-1~deb12u1 \
libcurl4=7.88.1-10+deb12u5 \
libcap2=1:2.66-4 \
less=590-2.1~deb12u2 \
Expand Down

0 comments on commit 3289d9b

Please sign in to comment.