Skip to content

Commit ef9ebbf

Browse files
ci: update corepack when building (#679)
1 parent 0f3574c commit ef9ebbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:22-slim AS build
22
ENV PNPM_HOME="/pnpm"
33
ENV PATH="$PNPM_HOME:$PATH"
4+
RUN npm install -g corepack@latest
45
RUN corepack enable
56

67
ARG SENTRY_ORG

0 commit comments

Comments
 (0)