From ee0981e070b38d23332ba01c3a4da1863a7c59b7 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 19 Dec 2022 10:06:30 -0500 Subject: [PATCH] Bump up the version of libpq-dev being installed Version 13.8-0+deb11u1 is no longer available. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1c1ee5..2bd1bf1 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.8-0+deb11u1 + libpq-dev=13.9-0+deb11u1 # I'd like to pin the version of wget to keep the build reproducible, # but it's tricky. # @@ -132,7 +132,7 @@ RUN groupadd --system --gid ${CISA_GID} ${CISA_GROUP} \ # Install everything we need ### ENV DEPS \ - libpq-dev=13.8-0+deb11u1 + libpq-dev=13.9-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: