Skip to content

Commit aeeab0b

Browse files
Update postgres Docker digest to bbdcc04
1 parent 3e25d81 commit aeeab0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- test-ci
2525

2626
test-db:
27-
image: postgres@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
27+
image: postgres@sha256:bbdcc0478449fa12e85e0e4aca644f42733be578ad29d2bcd28f376ed477489a
2828
environment:
2929
POSTGRES_DB: app-test
3030
POSTGRES_USER: postgres

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- test
2525

2626
test-db:
27-
image: postgres@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
27+
image: postgres@sha256:bbdcc0478449fa12e85e0e4aca644f42733be578ad29d2bcd28f376ed477489a
2828
volumes:
2929
- db-data:/var/lib/postgresql/data
3030
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- dev
2626

2727
db:
28-
image: postgres@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
28+
image: postgres@sha256:bbdcc0478449fa12e85e0e4aca644f42733be578ad29d2bcd28f376ed477489a
2929
volumes:
3030
- db-data:/var/lib/postgresql/data
3131
environment:

0 commit comments

Comments
 (0)