Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent e7b501d commit 668e81c
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.3
image: postgres:16.4
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.3
image: postgres:16.4
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.3
image: postgres:16.4
environment:
POSTGRES_DB: lynx
POSTGRES_USER: root
Expand Down

0 comments on commit 668e81c

Please sign in to comment.