Skip to content

Commit

Permalink
Upgrade to PostGIS 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Jan 12, 2025
1 parent 6b79fe1 commit 577e108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgis/postgis:17-3.4-alpine as import
FROM postgis/postgis:17-3.5-alpine as import

COPY api.sql /sql/import.sql
COPY facility_functions.sql /sql/facility_functions.sql
Expand All @@ -12,7 +12,7 @@ ENV PGDATA /var/lib/postgresql/postgres-data

HEALTHCHECK CMD ["pg_isready", "--host", "localhost", "--user", "postgres", "--dbname", "gis", "--port", "5432"]

FROM postgis/postgis:17-3.4-alpine as runtime
FROM postgis/postgis:17-3.5-alpine as runtime

RUN apk add --no-cache \
curl \
Expand Down
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgis/postgis:17-3.4-alpine
FROM postgis/postgis:17-3.5-alpine

COPY tune-postgis.sh /docker-entrypoint-initdb.d/tune-postgis.sh

0 comments on commit 577e108

Please sign in to comment.