Skip to content

Commit

Permalink
Merge pull request #94 from appuio/renovate/docker.io-library-postgre…
Browse files Browse the repository at this point in the history
…s-15.x

Update docker.io/library/postgres Docker tag to v15
  • Loading branch information
bastjan committed Nov 14, 2022
2 parents 4c645ad + cb8ae87 commit 0ce68ed
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
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
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 0ce68ed

Please sign in to comment.