]> git.openstreetmap.org Git - rails.git/commitdiff
Use postgres 14 for docker
authorTom Hughes <tom@compton.nu>
Mon, 30 Oct 2023 22:29:48 +0000 (22:29 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 2 Nov 2023 08:59:57 +0000 (08:59 +0000)
docker/postgres/Dockerfile

index 9e74798482efcd6c51ba293aa36501ba0c665400..ceea80e9e8a2bdeccb65905d5bfed3ef02c2877e 100644 (file)
@@ -1,4 +1,4 @@
-FROM postgres:11
+FROM postgres:14
 
 # Add db init script to install OSM-specific Postgres user.
 ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/