Skip to content

Commit db5c928

Browse files
Update postgres:16-alpine Docker digest to 20edbde
1 parent 0bd3113 commit db5c928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
db:
33
container_name: ow_db
4-
image: postgres:16-alpine@sha256:b7587f3cb74f4f4b2a4f9d67f052edbf95eb93f4fec7c5ada3792546caaf7383
4+
image: postgres:16-alpine@sha256:20edbde7749f822887a1a022ad526fde0a47d6b2be9a8364433605cf65099416
55
restart: always
66
environment:
77
POSTGRES_PASSWORD: owpassword123
@@ -11,7 +11,7 @@ services:
1111
- "4010:5432"
1212
grades-db:
1313
container_name: grades_db
14-
image: postgres:16-alpine@sha256:b7587f3cb74f4f4b2a4f9d67f052edbf95eb93f4fec7c5ada3792546caaf7383
14+
image: postgres:16-alpine@sha256:20edbde7749f822887a1a022ad526fde0a47d6b2be9a8364433605cf65099416
1515
restart: always
1616
environment:
1717
POSTGRES_PASSWORD: gradespassword123

0 commit comments

Comments
 (0)