Skip to content

Commit 93eec76

Browse files
chore(deps): update postgres docker digest to fdd16e6
1 parent e217d3b commit 93eec76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose-dev-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
5+
image: postgres@sha256:fdd16e63f6c8ab50d422e4896b0d43d45fb72aa08bd33e4f5bda89bc4fbce98d
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
ports:

docker-compose-issue-repro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
5+
image: postgres@sha256:fdd16e63f6c8ab50d422e4896b0d43d45fb72aa08bd33e4f5bda89bc4fbce98d
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
environment:

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33

44
services:
55
postgres:
6-
image: postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
6+
image: postgres@sha256:fdd16e63f6c8ab50d422e4896b0d43d45fb72aa08bd33e4f5bda89bc4fbce98d
77
healthcheck:
88
test: psql postgres --command "select 1" -U postgres
99
# ports:

0 commit comments

Comments
 (0)