X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3debff60ef50158c5439003ad4357d1f3dcc120b..57209683238197d4391103ba3ca4b295a70fbb0a:/docker/postgres/Dockerfile?ds=inline 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