Skip to content

Commit d6c034d

Browse files
authored
chore: pin dogfood npm dependencies (#17216)
1 parent b1f5d45 commit d6c034d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/coder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ RUN source $NVM_DIR/nvm.sh && \
247247
nvm use $NODE_VERSION
248248
ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
249249
# 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
250+
RUN npm install -g npm@10.8.1 --integrity=sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==
251+
RUN npm install -g pnpm@9.15.1 --integrity=sha512-GstWXmGT7769p3JwKVBGkVDPErzHZCYudYfnHRncmKQj3/lTblfqRMSb33kP9pToPCe+X6oj1n4MAztYO+S/zw==
252252

253253
RUN pnpx playwright@1.47.0 install --with-deps chromium
254254

0 commit comments

Comments
 (0)