Skip to content

Commit

Permalink
dockerfile: switch to libssl3
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jun 5, 2024
1 parent 1343a92 commit 58e6506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list && \
apt-get update && \
apt-get download \
libssl1.1 \
libssl3 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down Expand Up @@ -207,7 +207,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
libssl1.1 \
libssl3 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down

0 comments on commit 58e6506

Please sign in to comment.