Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 86b75a0 commit cc3a3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-bk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
links:
- postgres-db
postgres-db:
image: postgres:11.16
image: postgres:16.3
restart: always
environment:
POSTGRES_PASSWORD: flex
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
links:
- postgres-db
postgres-db:
image: postgres:11.16
image: postgres:16.3
restart: always
environment:
POSTGRES_PASSWORD: flex
Expand Down

0 comments on commit cc3a3fc

Please sign in to comment.