Skip to content

Commit

Permalink
Merge pull request #2794 from belgattitude/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v15
  • Loading branch information
belgattitude authored Oct 15, 2022
2 parents 0d96a3c + 05ff563 commit 499c9e4
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

2 comments on commit 499c9e4

@vercel
Copy link

@vercel vercel bot commented on 499c9e4 Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-nextjs-app – ./apps/nextjs-app

monorepo-nextjs-app-belgattitude.vercel.app
monorepo-nextjs-app-git-main-belgattitude.vercel.app
monorepo-nextjs-app.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 499c9e4 Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-vite-app – ./apps/vite-app

monorepo-vite-app.vercel.app
monorepo-vite-app-git-main-belgattitude.vercel.app
monorepo-vite-app-belgattitude.vercel.app

Please sign in to comment.