We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9328cc1 commit 172f6f3Copy full SHA for 172f6f3
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10"
19
PACT_BROKER_PUBLIC_HEARTBEAT: "true"
20
postgres:
21
- image: postgres@sha256:d17be73073d6e73a005c239c67b8c9f0331925d05bd874964f445a9f698fbf72
+ image: postgres@sha256:5250e6187084ddf4ba407027d07eed2419d4656e30821afef43825c6c0d127df
22
healthcheck:
23
test: psql postgres --command "select 1" -U postgres
24
ports:
0 commit comments