From 144dae7d611c8168cbfa1454a01ec61415b7eb94 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 28 Jul 2023 14:40:32 -0400 Subject: [PATCH] Upgrade the version of the libpq-dev package installed 13.11-0+deb11u1 is the latest release for Debian Bullseye. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 508e3cc..55b4fc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN groupadd --system --gid ${CISA_GID} ${CISA_GROUP} \ # will not be included in the final Docker image. ### ENV DEPS \ - libpq-dev=13.9-0+deb11u1 + libpq-dev=13.11-0+deb11u1 # I'd like to pin the version of wget to keep the build reproducible, # but it's tricky. # @@ -136,7 +136,7 @@ RUN groupadd --system --gid ${CISA_GID} ${CISA_GROUP} \ # Install everything we need ### ENV DEPS \ - libpq-dev=13.9-0+deb11u1 + libpq-dev=13.11-0+deb11u1 # Note that we clean up aptitude cruft after installing dependencies. # This must be done in one fell swoop to actually reduce the size of # the resulting Docker image: