Skip to content

Commit

Permalink
Update postgresql version for trixie Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Jan 4, 2025
1 parent 8f778cd commit 0dda5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile_trixie
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -qq && \
libfcgi-dev libxml2-dev libmemcached-dev libbrotli-dev \
libboost-program-options-dev libcrypto++-dev libyajl-dev \
libpqxx-dev zlib1g-dev libfmt-dev \
postgresql-16 postgresql-server-dev-all dpkg-dev file \
postgresql-17 postgresql-server-dev-all dpkg-dev file \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 0dda5e3

Please sign in to comment.