Skip to content

Commit

Permalink
infrastructure: updated PostgreSQL & PostGIS clients to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jmasselink committed Jul 23, 2024
1 parent 1413f9d commit f55451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo "Updating repos..." && apt-get update > /dev/null && \
echo "Done" && rm -rf /var/lib/apt/lists/*

# Configure/Install Postgres Repos/Deps
ENV PG_PACKAGES postgresql-client-12 postgresql-12-postgis-3
ENV PG_PACKAGES postgresql-client-13 postgresql-13-postgis-3
RUN echo deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add -
RUN echo "Updating repos..." && apt-get update > /dev/null && \
Expand Down

0 comments on commit f55451e

Please sign in to comment.