Skip to content

Commit a728ad8

Browse files
chore(deps): update postgres docker tag to v17
1 parent 9547fd9 commit a728ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)