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 Nov 2, 2023
1 parent f9f030f commit 9622970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
@@ -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 9622970

Please sign in to comment.