Skip to content

Commit cd4a72d

Browse files
chore(deps): update postgres docker tag to v17
1 parent 891bd4a commit cd4a72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-logging: &logging
99
services:
1010
postgres:
1111
container_name: postgres
12-
image: 'postgres:15'
12+
image: 'postgres:17'
1313
environment:
1414
POSTGRES_USER: postgres
1515
POSTGRES_PASSWORD: password

docker/prod/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ x-logging: &logging
77

88
services:
99
postgres:
10-
image: 'postgres:15'
10+
image: 'postgres:17'
1111
container_name: postgres
1212
environment:
1313
POSTGRES_USER: ${POSTGRES_USER}

0 commit comments

Comments
 (0)