X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5761371a561f785e17e5403cd47f76ecd3604eff..3c5f2469ae7f5f16aa6443a476ec03e34862140a:/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