File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y git python3 make g++ libtool autoconf a
1717WORKDIR /tmp/bitgo
1818COPY --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
2222COPY . .
2323RUN \
@@ -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
330330USER node
You can’t perform that action at this time.
0 commit comments