Skip to content

Commit b384066

Browse files
chore(deps): update postgres docker tag to v17
1 parent 743c23a commit b384066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- ${PORT}:${PORT}
1010
db:
11-
image: postgres:15
11+
image: postgres:17
1212
restart: always
1313
environment:
1414
POSTGRES_USER: ${POSTGRES_USER}

0 commit comments

Comments
 (0)