This commit is contained in:
dependabot[bot] 2024-12-04 17:00:13 +00:00 committed by GitHub
commit 1ec05decb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM postgres:14
FROM postgres:15
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*