Skip to content

Commit 10e1ffb

Browse files
Bump postgres from 15.1 to 17.0 in /compose/production/postgres
Bumps postgres from 15.1 to 17.0. --- updated-dependencies: - dependency-name: postgres dependency-version: '17.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47fbed8 commit 10e1ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/production/postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:15.1
1+
FROM postgres:17.0
22

33
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
44
RUN chmod +x /usr/local/bin/maintenance/*

0 commit comments

Comments
 (0)