Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 18, 2024
1 parent 79a0193 commit f2ed9c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG PG_MAJOR=15
ARG PG_MAJOR=17

# Use the PostGIS image as the base
FROM postgis/postgis:$PG_MAJOR-3.4
FROM postgis/postgis:$PG_MAJOR-3.5
ARG PG_MAJOR
ARG PG_VECTOR=0.7.2
ARG PG_VECTOR=0.8.0

# Install necessary packages
RUN apt-get update && \
Expand Down

0 comments on commit f2ed9c2

Please sign in to comment.