Skip to content

Commit

Permalink
Corrected the postgis version on 16.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Mar 27, 2024
1 parent 9cf54f6 commit bdcc6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 16.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN echo 'deb [ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] \

# Install system packages
RUN apt-get update -yqqq && \
apt-cache policy postgresql-15-postgis-3 && \
apt-cache policy postgresql-16-postgis-3 && \
apt-get install -y \
dbus avahi-daemon avahi-utils libnss-mdns supervisor \
postgresql-15-postgis-3=3.4.0+dfsg-1.pgdg120+1
postgresql-16-postgis-3=3.4.2+dfsg-1.pgdg120+1

# Copy custom scripts
COPY config/*.sh /usr/local/bin/
Expand Down

0 comments on commit bdcc6c4

Please sign in to comment.