update postgres image to 15.0

This commit is contained in:
André Bauer 2022-11-04 01:09:50 +01:00 committed by GitHub
parent cd424e9868
commit 0af24d791f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM postgres:9.6.24-alpine
FROM postgres:15.0-alpine
ARG BUILD_DATE