Skip to content

Commit

Permalink
Bump up the version of libpq-dev being installed
Browse files Browse the repository at this point in the history
Version 13.8-0+deb11u1 is no longer available.
  • Loading branch information
jsf9k committed Dec 19, 2022
1 parent bc7aa3c commit ee0981e
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.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.
#
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ee0981e

Please sign in to comment.