From c94e00231179d29cd11a1d78070c6e71a4ef9af4 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Fri, 15 Jul 2022 17:57:19 +0200 Subject: [PATCH] chore: bump Dockerfile deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b372676..01a5337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM rust:1.59.0-slim-bullseye as builder WORKDIR /build RUN apt-get update && apt-get install -y --no-install-recommends \ - libssl-dev=1.1.1k-1+deb11u2 \ + libssl-dev=1.1.1n-0+deb11u3 \ pkg-config=0.29.2-1 COPY ./ /build