Bump postgres from 14 to 15 in /compose/production/postgres

Bumps postgres from 14 to 15.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-18 20:51:30 +00:00 committed by GitHub
parent c93ec3c4fd
commit 7c2c753a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/*