Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.6 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent f0e7db4 commit b059a07
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:16.6
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:16.6
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:16.6
environment:
POSTGRES_DB: lynx
POSTGRES_USER: root
Expand Down

0 comments on commit b059a07

Please sign in to comment.