bump postgresql

This commit is contained in:
Jakub Miazek
2024-02-15 19:48:30 +01:00
parent ef5c863936
commit 0bb5c8f23f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# pull official base image
FROM postgres:14-alpine
FROM postgres:16-alpine
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d