Skip to content

Commit

Permalink
Use postgres 14 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 30, 2023
1 parent 8136360 commit 25c1bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:11
FROM postgres:14

# Add db init script to install OSM-specific Postgres user.
ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/

0 comments on commit 25c1bd7

Please sign in to comment.