chore: upgrade libssl-dev and curl to current debian versions
All checks were successful
/ test (push) Successful in 5s
All checks were successful
/ test (push) Successful in 5s
This commit is contained in:
parent
af08c9a7ce
commit
c231f792f2
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ RUN apt-get update \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
nodejs=18.19.0+dfsg-6~deb12u2 \
|
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 \
|
clang-16=1:16.0.6-15~deb12u1 \
|
||||||
mold=1.10.1+dfsg-1 \
|
mold=1.10.1+dfsg-1 \
|
||||||
pkg-config=1.8.1-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 \
|
libdbus-1-dev=1.14.10-1~deb12u1 \
|
||||||
git=1:2.39.2-1.1 \
|
git=1:2.39.2-1.1 \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Reference in a new issue