Skip to content

Commit

Permalink
Update docker.io/library/postgres Docker tag to v13.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent dd26859 commit 3baf43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
retries: 20

liminator-db:
image: docker.io/library/postgres:13.10
image: docker.io/library/postgres:13.18
environment:
- POSTGRES_DB=liminator
- POSTGRES_USER=vality
Expand All @@ -145,7 +145,7 @@ services:
retries: 10

shumway-db:
image: docker.io/library/postgres:13.10
image: docker.io/library/postgres:13.18
environment:
- POSTGRES_DB=shumway
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 3baf43f

Please sign in to comment.