From 2f7e9c8f9e8d4e76a46f8ef1e635cb38bec4ab93 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Wed, 6 Dec 2023 12:05:42 -0500 Subject: [PATCH] Update version of libpq-dev system package The version that was previously listed is no longer available. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55b4fc1..ca166a4 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.11-0+deb11u1 + libpq-dev=13.13-0+deb11u1 # I'd like to pin the version of wget to keep the build reproducible, # but it's tricky. #