Skip to content
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 dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
{
"arg": "DKG_UPSTREAM_VERSION",
"repo": "ssvlabs/ssv-dkg",
"version": "v3.1.0"
"repo": "public.ecr.aws/h4h2r1n7/dkg",
"version": "v3.1.1"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
Expand Down
2 changes: 1 addition & 1 deletion dkg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DKG_UPSTREAM_VERSION
FROM ssvlabs/ssv-dkg:${DKG_UPSTREAM_VERSION}
FROM public.ecr.aws/h4h2r1n7/dkg:${DKG_UPSTREAM_VERSION}

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
build:
context: dkg
args:
DKG_UPSTREAM_VERSION: v3.1.0
DKG_UPSTREAM_VERSION: v3.1.1
STAKER_SCRIPTS_VERSION: v0.1.2
restart: on-failure
volumes:
Expand Down
Loading