Skip to content

Commit e5bc194

Browse files
Bump postgres:18-alpine Docker digest to fbe586b
1 parent e72f849 commit e5bc194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
start_period: 30s
2222
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
2323
timeout: 10s
24-
image: postgres:18-alpine@sha256:9f059ad9d0a772eafe6313b2dad617234a455f82578a5ce12c23e17c8e5e64eb
24+
image: postgres:18-alpine@sha256:fbe586b342d1bcac6d4f3d0e12453a0e3b48369943fdac6658447e1dbe788565
2525
ports:
2626
- ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432}
2727
restart: unless-stopped

0 commit comments

Comments
 (0)