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>
This commit is contained in:
parent
15c634e588
commit
40ba955310
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue