Skip to content

Commit

Permalink
Use postgres 16 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 f646c1c
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:16

# 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 f646c1c

Please sign in to comment.