Skip to content

Commit

Permalink
Upgrade the version of the libpq-dev package installed
Browse files Browse the repository at this point in the history
13.11-0+deb11u1 is the latest release for Debian Bullseye.
  • Loading branch information
jsf9k committed Jul 28, 2023
1 parent c160bb0 commit 144dae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 144dae7

Please sign in to comment.