chore: upgrade libssl-dev and curl to current debian versions
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
Paul Campbell 2024-09-07 12:39:24 +01:00
parent af08c9a7ce
commit c231f792f2

View file

@ -12,11 +12,11 @@ RUN apt-get update \
apt-get install -y \
--no-install-recommends \
nodejs=18.19.0+dfsg-6~deb12u2 \
curl=7.88.1-10+deb12u6 \
curl=7.88.1-10+deb12u7 \
clang-16=1:16.0.6-15~deb12u1 \
mold=1.10.1+dfsg-1 \
pkg-config=1.8.1-1 \
libssl-dev=3.0.13-1~deb12u1 \
libssl-dev=3.0.14-1~deb12u2 \
libdbus-1-dev=1.14.10-1~deb12u1 \
git=1:2.39.2-1.1 \
&& \