Skip to content

Commit

Permalink
chore(root): release express
Browse files Browse the repository at this point in the history
TICKET: WP-1636
  • Loading branch information
zahin-mohammad committed Mar 28, 2024
1 parent 4dcf242 commit 27e86c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Tue, 19 Mar 2024 19:21:47 GMT"
LABEL version=9.61.4
LABEL git_hash=b4fdea76c96ed3475899aec21477a6dfb5b7db0e
LABEL created="Thu, 28 Mar 2024 00:52:54 GMT"
LABEL version=9.61.5
LABEL git_hash=4dcf24271d239474c550ceab8d2d13384c5d345d
#LABEL_END

USER node
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"dev": "tsc -b ./tsconfig.packages.json -w",
"prepare": "husky install",
"sdk-coin:new": "yo ./scripts/sdk-coin-generator && yarn update-dockerfile",
"build-docker-express": "yarn update-dockerfile && podman build --platform=linux/amd64 -t bitgo/express:latest -t bitgo/express:$(jq -r .version < modules/express/package.json) .",
"push-docker-express": "podman push bitgo/express:latest && podman push bitgo/express:$(jq -r .version < modules/express/package.json)",
"build-docker-express": "yarn update-dockerfile && docker build --platform=linux/amd64 -t bitgo/express:latest -t bitgo/express:$(jq -r .version < modules/express/package.json) .",
"push-docker-express": "docker push bitgo/express:latest && docker push bitgo/express:$(jq -r .version < modules/express/package.json)",
"update-dockerfile": "ts-node scripts/update-dockerfile.ts",
"precommit": "lint-staged",
"lint-fix": "lerna run lint --parallel -- --fix",
Expand Down

0 comments on commit 27e86c1

Please sign in to comment.