Skip to content

Commit 0d00740

Browse files
chore(deps): update postgres docker tag to v17
1 parent e9628f5 commit 0d00740

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
db:
4848
expose:
4949
- "5432"
50-
image: postgres:16
50+
image: postgres:17
5151
environment:
5252
POSTGRES_DB: "unleash"
5353
# trust incoming connections blindly (DON'T DO THIS IN PRODUCTION!)

docker-compose-enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
db:
4848
expose:
4949
- "5432"
50-
image: postgres:15
50+
image: postgres:17
5151
environment:
5252
# create a database called `db`
5353
POSTGRES_DB: "db"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
db:
4949
expose:
5050
- "5432"
51-
image: postgres:15
51+
image: postgres:17
5252
environment:
5353
# create a database called `db`
5454
POSTGRES_DB: "db"

test-migrations/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- "5432:5432"
4545
expose:
4646
- "5432"
47-
image: postgres:16
47+
image: postgres:17
4848
environment:
4949
POSTGRES_DB: "unleash"
5050
# trust incoming connections blindly (DON'T DO THIS IN PRODUCTION!)

0 commit comments

Comments
 (0)