Skip to content

Commit ed0a7ed

Browse files
ci(Dockerfile): set pnpm version (#4862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e91b6b5 commit ed0a7ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ ARG APP_ENV
55
FROM node:24.14.1-slim@sha256:b506e7321f176aae77317f99d67a24b272c1f09f1d10f1761f2773447d8da26c AS base
66
ENV PNPM_HOME="/pnpm"
77
ENV PATH="$PNPM_HOME:$PATH"
8+
ENV CI=true
89
RUN corepack enable
10+
RUN corepack install -g pnpm@10.33.2
911

1012
FROM base AS packages
1113
COPY . /usr/src/app

0 commit comments

Comments
 (0)