Skip to content

Commit 0474b30

Browse files
Bump postgres from 15.3 to 18.4 in /compose/production/postgres
Bumps postgres from 15.3 to 18.4. --- updated-dependencies: - dependency-name: postgres dependency-version: '18.4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43b5b93 commit 0474b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/production/postgres/Dockerfile

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

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

0 commit comments

Comments
 (0)