Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.3 (#5460)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 87432be commit 3a6abfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ name: nextjs-monorepo-example-db
services:
main-db:
container_name: nextjs-monorepo-example-db
image: postgres:16.2-alpine3.18
image: postgres:16.3-alpine3.18
ports:
- target: 5432
published: 5432
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nextjs-monorepo-example-db
services:
main-db:
container_name: nextjs-monorepo-example-db
image: postgres:16.2-alpine3.18
image: postgres:16.3-alpine3.18
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 @@ -2,7 +2,7 @@ name: nextjs-monorepo-example-db-main-prisma-e2e
services:
e2e-postgres:
container_name: db-main-prisma-e2e-postgresql
image: postgres:16.2-alpine3.18
image: postgres:16.3-alpine3.18
ports:
- target: 5432
published: 5432
Expand Down

0 comments on commit 3a6abfd

Please sign in to comment.