Skip to content

Commit aeb7e20

Browse files
chore: upgrade upload-tools node version to v22
Ticket: DO-14233
1 parent 6ef8a3d commit aeb7e20

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
FROM node:10
2-
RUN yarn global add codecov typedoc && yarn add aws-sdk
1+
FROM node:22@sha256:2fa6c977460b56d4d8278947ab56faeb312bc4cc6c4cf78920c6de27812f51c5
2+
3+
RUN yarn global add codecov typedoc && \
4+
yarn add aws-sdk

modules/bitgo/scripts/upload-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BitGo SDK Upload Tools
22

3-
`bitgo/upload-tools` is a `node:10`-derived docker image which has a few npm packages pre-installed to reduce install times during builds.
3+
`bitgo/upload-tools` is a `node:22`-derived docker image which has a few npm packages pre-installed to reduce install times during builds.
44

55
Currently, the following binaries are installed via `yarn global add`:
66

0 commit comments

Comments
 (0)