Skip to content

Commit

Permalink
Merge branch 'main' into to-latest-99
Browse files Browse the repository at this point in the history
# Conflicts:
#	apps/nextjs-app/package.json
#	apps/nextjs-app/src/components/banner/__tests__/__snapshots__/Banner.test.tsx.snap
#	apps/vite-app/package.json
#	packages/common-i18n/package.json
#	packages/core-lib/package.json
#	packages/db-main-prisma/package.json
#	packages/eslint-config-bases/package.json
#	packages/ts-utils/package.json
#	packages/ui-lib/package.json
#	yarn.lock
  • Loading branch information
belgattitude committed Oct 20, 2024
2 parents bd35b6e + 287035e commit 550ccf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=20.16
ARG ALPINE_VERSION=3.19
ARG NODE_VERSION=20.18
ARG ALPINE_VERSION=3.20

#############################################################
# Stage 1 - App extraction / pruning #
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.3-alpine3.18
image: postgres:17-alpine3.20
ports:
- target: 5432
published: 5432
Expand Down

0 comments on commit 550ccf0

Please sign in to comment.