X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/033c3b28b3b2708634f3015449d0c2ed222e26d6..019f21c42fc3a243680f7ec18d378d71f9e52313:/docker/postgres/Dockerfile diff --git a/docker/postgres/Dockerfile b/docker/postgres/Dockerfile index 9faddd841..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/sbin/osm-db-functions.sql