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 Oct 15, 2022
1 parent 0d96a3c commit 05ff563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
main-db:
container_name: nextjs-monorepo-example-db
image: postgres:14-alpine
image: postgres:15-alpine
ports:
- target: 5432
published: 5432
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
e2e-postgres:
container_name: db-main-prisma-e2e-postgresql
image: postgres:14-alpine
image: postgres:15-alpine
ports:
- target: 5432
published: 5432
Expand Down

0 comments on commit 05ff563

Please sign in to comment.