X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5761371a561f785e17e5403cd47f76ecd3604eff..9fc2a5c4e9c2d0bc7df5493b5b74345992aa9dfa:/docker/postgres/Dockerfile diff --git a/docker/postgres/Dockerfile b/docker/postgres/Dockerfile index 8358e6e7f..ceea80e9e 100644 --- a/docker/postgres/Dockerfile +++ b/docker/postgres/Dockerfile @@ -1,7 +1,4 @@ -FROM postgres:11 +FROM postgres:14 -# Add db init script to install OSM-specific Postgres functions/extensions. +# Add db init script to install OSM-specific Postgres user. ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/ - -# Custom database functions are in a SQL file. -ADD db/functions/functions.sql /usr/local/share/osm-db-functions.sql