diff --git a/Dockerfile b/Dockerfile index 3dacf05c5..73e58a2bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --no-cache add openssl ca-certificates wget && \ WORKDIR /opt/verdaccio-build COPY . . -RUN npm -g i pnpm@latest && \ +RUN npm -g i pnpm@6.10.3 && \ pnpm config set registry $VERDACCIO_BUILD_REGISTRY && \ pnpm recursive install --frozen-lockfile --ignore-scripts && \ pnpm run build