]> git.openstreetmap.org Git - rails.git/blobdiff - docker/postgres/Dockerfile
Use postgres 14 for docker
[rails.git] / docker / postgres / Dockerfile
index 8358e6e7f545027a9e1522835daf10ee700f96dd..ceea80e9e8a2bdeccb65905d5bfed3ef02c2877e 100644 (file)
@@ -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