update postgresql to v15

This commit is contained in:
2023-04-05 23:06:48 +02:00
parent 39bae86307
commit 90d5f6e0d7
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM postgres:13
FROM postgres:15
COPY postgresql.conf /tmp/postgresql.conf
COPY extension.sh /docker-entrypoint-initdb.d/000-extension.sh