Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 2b37b1e commit 96db0f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- db

db:
image: postgres:16.4
image: postgres:17.0
environment:
POSTGRES_DB: lynx
POSTGRES_USER: root
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- db

db:
image: postgres:16.4
image: postgres:17.0
environment:
POSTGRES_DB: lynx
POSTGRES_USER: root
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- db

db:
image: postgres:16.4
image: postgres:17.0
environment:
POSTGRES_DB: lynx
POSTGRES_USER: root
Expand Down

0 comments on commit 96db0f8

Please sign in to comment.