Skip to content

Commit f9d6899

Browse files
build(deps): bump postgres from 52e6ffd to 059fa02 in /pg (#547)
Bumps postgres from `52e6ffd` to `059fa02`. --- updated-dependencies: - dependency-name: postgres dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01f805d commit f9d6899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:18@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0
1+
FROM postgres:18@sha256:059fa0289cc5a184034e05a1f4f6d6fd79f69dc718b8b04ab60b6b469eed411e
22
COPY pg_hba.conf /var/lib/postgresql/
33
RUN openssl req -new -x509 -days 365 -nodes -text -out /var/lib/postgresql/server.crt -keyout /var/lib/postgresql/server.key -subj "/CN=vprodemo.com"
44
RUN chmod 600 /var/lib/postgresql/server.key

0 commit comments

Comments
 (0)