diff --git a/Dockerfile b/Dockerfile index d29db42..5ee2228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /app RUN apt-get update && \ apt-get install --no-install-recommends -y \ git=1:2.39.2-1.1 \ - libssl3=3.0.13-1~deb12u1 \ + libssl3=3.0.14-1~deb12u1 \ libdbus-1-dev=1.14.10-1~deb12u1 \ ca-certificates=20230311 \ && \