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 1, 2023
1 parent 553565a commit d634a75
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 d634a75

Please sign in to comment.