Skip to content

Commit a49bd85

Browse files
chore(deps): update postgres docker tag to v17
1 parent 5f238d6 commit a49bd85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
db:
3636
expose:
3737
- "5432"
38-
image: postgres:16
38+
image: postgres:17
3939
environment:
4040
POSTGRES_DB: "unleash"
4141
# trust incoming connections blindly (DON'T DO THIS IN PRODUCTION!)

docker-compose.yml

+1-1
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

+1-1
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)