Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent c59eb81 commit 5af8521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/paper/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ontime-paper

services:
db:
image: postgres:15.6
image: postgres:15.9
ports:
- "5432:5432"
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/velocity/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ontime-velocity

services:
db:
image: postgres:15.7
image: postgres:15.9
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit 5af8521

Please sign in to comment.