Skip to content

Commit fdb949a

Browse files
chore(root): increase yarn install timeout
TICKET: WP-0000
1 parent 4e03951 commit fdb949a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y git python3 make g++ libtool autoconf a
1717
WORKDIR /tmp/bitgo
1818
COPY --from=filter-packages-json /tmp/bitgo .
1919
# (skip postinstall) https://github.com/yarnpkg/yarn/issues/4100#issuecomment-388944260
20-
RUN NOYARNPOSTINSTALL=1 yarn install --pure-lockfile
20+
RUN NOYARNPOSTINSTALL=1 yarn install --pure-lockfile --network-timeout 120000
2121

2222
COPY . .
2323
RUN \
@@ -322,9 +322,9 @@ RUN cd /var/bitgo-express && \
322322
#LINK_END
323323

324324
#LABEL_START
325-
LABEL created="Wed, 28 May 2025 21:15:10 GMT"
326-
LABEL version=13.6.2
327-
LABEL git_hash=5d889bad711b926e827b13b604b31759ac54284d
325+
LABEL created="Mon, 02 Jun 2025 18:52:09 GMT"
326+
LABEL version=13.6.3
327+
LABEL git_hash=4e039513da4046ca74a1b6ada7925da8f8564d04
328328
#LABEL_END
329329

330330
USER node

0 commit comments

Comments
 (0)