We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f5d45 commit d6c034dCopy full SHA for d6c034d
dogfood/coder/Dockerfile
@@ -247,8 +247,8 @@ RUN source $NVM_DIR/nvm.sh && \
247
nvm use $NODE_VERSION
248
ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
249
# Allow patch updates for npm and pnpm
250
-RUN npm install -g npm@10.8.1
251
-RUN npm install -g pnpm@9.15.1
+RUN npm install -g npm@10.8.1 --integrity=sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==
+RUN npm install -g pnpm@9.15.1 --integrity=sha512-GstWXmGT7769p3JwKVBGkVDPErzHZCYudYfnHRncmKQj3/lTblfqRMSb33kP9pToPCe+X6oj1n4MAztYO+S/zw==
252
253
RUN pnpx playwright@1.47.0 install --with-deps chromium
254
0 commit comments