Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent ed0aa4a commit bcec9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flyio/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:14-alpine
image: postgres:15-alpine
environment:
- POSTGRES_PASSWORD=postgres
volumes:
Expand Down
2 changes: 1 addition & 1 deletion next-trpc-stack/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:14-alpine
image: postgres:15-alpine
environment:
- POSTGRES_PASSWORD=postgres
volumes:
Expand Down

0 comments on commit bcec9b8

Please sign in to comment.