Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
dependabot[bot]
40ba955310 Bump postgres from 16 to 17 in /compose/production/postgres
Bumps postgres from 16 to 17.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 17:55:58 +00:00

View file

@ -1,4 +1,4 @@
FROM docker.io/postgres:16
FROM docker.io/postgres:17
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*