Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump chainsafe/lodestar from v1.20.2 to v1.21.0 in /testutil/compose/static/lodestar #3225

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testutil/compose/static/lodestar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM chainsafe/lodestar:v1.20.2
FROM chainsafe/lodestar:v1.21.0

RUN apk update && apk add curl jq wget
RUN apt-get update && apt-get install -y curl jq wget

ENV YQ_VERSION=v4.23.1
ENV YQ_BINARY=yq_linux_amd64
Expand Down
2 changes: 1 addition & 1 deletion testutil/compose/static/lodestar/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for f in /compose/"${NODE}"/validator_keys/keystore-*.json; do
node /usr/app/packages/cli/bin/lodestar validator import \
--network="dev" \
--importKeystores="$f" \
--importKeystoresPassword="${f//json/txt}"
--importKeystoresPassword="${f%.json}.txt"
done

echo "Imported all keys"
Expand Down
Loading