chore: bump Dockerfile deps

pull/8/head
Davide Polonio 2022-07-15 17:57:19 +02:00
parent a1efd07c2e
commit c94e002311
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM rust:1.59.0-slim-bullseye as builder
WORKDIR /build WORKDIR /build
RUN apt-get update && apt-get install -y --no-install-recommends \ 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 pkg-config=0.29.2-1
COPY ./ /build COPY ./ /build