Skip to content

Commit

Permalink
Update docker.io/library/postgres Docker tag to v15
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Oct 14, 2022
1 parent f312391 commit cb8ae87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.8"
services:
postgres:
image: docker.io/library/postgres:14-bullseye
image: docker.io/library/postgres:15-bullseye
environment:
POSTGRES_DB: db
POSTGRES_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.8"
services:
postgres:
image: docker.io/library/postgres:14-bullseye
image: docker.io/library/postgres:15-bullseye
environment:
POSTGRES_DB: reporting-db
POSTGRES_PASSWORD: reporting
Expand Down

0 comments on commit cb8ae87

Please sign in to comment.