Skip to content

Commit

Permalink
chore: corepack update
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Nov 22, 2024
1 parent 34c67da commit ed7b2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM node:22-slim AS base
RUN corepack enable npm
RUN corepack enable
WORKDIR /app

FROM base AS prod-deps
RUN corepack enable
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=package-lock.json,target=package-lock.json \
--mount=type=bind,source=packages/email/package.json,target=packages/email/package.json \
Expand All @@ -12,7 +11,6 @@ RUN --mount=type=bind,source=package.json,target=package.json \
npm ci --omit=dev

FROM base AS build
RUN corepack enable
ENV CYPRESS_INSTALL_BINARY=0
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=package-lock.json,target=package-lock.json \
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"dependencies": {
"@dotenvx/dotenvx": "^1.19.2",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@gouvfr-lasuite/crisp": "https://github.com/douglasduteil/crisp/releases/download/v1.6.1/douglasduteil-crisp-1.6.1.tgz",
"@gouvfr-lasuite/moncomptepro.core": "workspace:*",
"@gouvfr-lasuite/moncomptepro.email": "workspace:*",
"@gouvfr/dsfr": "^1.12.1",
"@kitajs/html": "^4.2.4",
"@kitajs/ts-html-plugin": "^4.1.0",
"@gouvfr-lasuite/crisp": "https://github.com/douglasduteil/crisp/releases/download/v1.6.1/douglasduteil-crisp-1.6.1.tgz",
"@gouvfr-lasuite/moncomptepro.core": "workspace:*",
"@panva/jose": "^1.9.3",
"@sentry/node": "^8.39.0",
"@sentry/tracing": "^7.114.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0"
},
"packageManager": "npm@10.8.2+sha512.c7f0088c520a46596b85c6f8f1da943400199748a0f7ea8cb8df75469668dc26f6fb3ba26df87e2884a5ebe91557292d0f3db7d0929cdb4f14910c3032ac81fb",
"packageManager": "npm@10.9.1+sha512.c89530d37c4baa38afd43e76a077a84b9aa63840b986426584fd5c5a54ab0a0b21bb1595c851042b733784b0b43706d36a494b4d8ae1a086a762cb8d3f95942a",
"engines": {
"node": "^22.11.0"
}
Expand Down

0 comments on commit ed7b2c9

Please sign in to comment.