Skip to content

chore(deps): update postgres docker digest to 58bb121 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10"
PACT_BROKER_PUBLIC_HEARTBEAT: "true"
postgres:
image: postgres@sha256:81f32a88ec561664634637dd446487efd5f9d90996304b96210078e90e5c8b21
image: postgres@sha256:58bb12171087c66904a8e9ef17ddfd8e36580ffa3926cb15b4e212abf3f7ef30
healthcheck:
test: psql postgres --command "select 1" -U postgres
ports:
Expand Down