Skip to content

Commit

Permalink
chore(root): publish express v9.61.6
Browse files Browse the repository at this point in the history
published express v9.61.6

WP-1683
  • Loading branch information
alebusse committed Apr 5, 2024
1 parent 8366811 commit 0cf892b
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="Thu, 28 Mar 2024 00:52:54 GMT"
LABEL version=9.61.5
LABEL git_hash=4dcf24271d239474c550ceab8d2d13384c5d345d
LABEL created="Fri, 05 Apr 2024 16:38:22 GMT"
LABEL version=9.61.6
LABEL git_hash=836681179c597c51a4f60f4f8a5a684eebd49f98
#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 && 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)",
"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)",
"update-dockerfile": "ts-node scripts/update-dockerfile.ts",
"precommit": "lint-staged",
"lint-fix": "lerna run lint --parallel -- --fix",
Expand Down

0 comments on commit 0cf892b

Please sign in to comment.