Skip to content

Commit

Permalink
updated to libgnutls30=3.7.9-2+deb12u3
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Jul 18, 2024
1 parent 93efe2a commit b658f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"
# zip for Vespa step futher down
# ca-certificates for HTTPS
RUN apt-get update && \
apt-get install -y cmake curl zip ca-certificates libgnutls30=3.7.9-2+deb12u2 iputils-ping \
apt-get install -y cmake curl zip ca-certificates libgnutls30=3.7.9-2+deb12u3 iputils-ping \
libblkid1=2.38.1-5+deb12u1 libmount1=2.38.1-5+deb12u1 libsmartcols1=2.38.1-5+deb12u1 \
libuuid1=2.38.1-5+deb12u1 && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit b658f5c

Please sign in to comment.