Skip to content

Commit 212e89e

Browse files
Bump postgres from 15 to 16 in /compose/production/postgres
Bumps postgres from 15 to 16. --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73e43ae commit 212e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+
FROM postgres:16
22

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

0 commit comments

Comments
 (0)