Skip to content

Commit 88a5f02

Browse files
committed
chore(docker): update postgres to 18-alpine in docker-compose configuration
1 parent 9c5e94d commit 88a5f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
condition: service_healthy
1919
synod-db:
2020
container_name: synod-db
21-
image: postgres:latest
21+
image: postgres:18-alpine
2222
environment:
2323
POSTGRES_USER: synod
2424
POSTGRES_PASSWORD: synodpass

0 commit comments

Comments
 (0)