Skip to content

Commit 45a5bc4

Browse files
chore(deps): update postgres docker tag to v17
1 parent 2f452c8 commit 45a5bc4

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
@@ -27,7 +27,7 @@ services:
2727
condition: service_started
2828

2929
postgres:
30-
image: postgres:16.4-alpine3.20
30+
image: postgres:17.4-alpine3.20
3131
volumes:
3232
- postgres_data:/var/lib/postgresql/data
3333
- ./init-database.sh:/docker-entrypoint-initdb.d/init-database.sh

0 commit comments

Comments
 (0)