Skip to content

Commit 51ed682

Browse files
chore(deps): update postgres docker tag to v17.6
1 parent a8395d8 commit 51ed682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/terminus/compose.yaml

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

2727
database:
28-
image: postgres:17.5
28+
image: postgres:17.6
2929
environment:
3030
POSTGRES_USER: ${PG_USER}
3131
POSTGRES_DB: ${PG_DATABASE}

0 commit comments

Comments
 (0)