diff --git a/Dockerfile b/Dockerfile index 2c2c126..8f3ea3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ && \