Skip to content

Commit c033074

Browse files
authored
Update docker-compose.yml
1 parent 3b778b8 commit c033074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: beacon-chain
66
args:
7-
UPSTREAM_VERSION: v6.0.0
7+
UPSTREAM_VERSION: v6.0.1
88
STAKER_SCRIPTS_VERSION: v0.1.2
99
DATA_DIR: /data
1010
volumes:
@@ -22,7 +22,7 @@ services:
2222
build:
2323
context: validator
2424
args:
25-
UPSTREAM_VERSION: v6.0.0
25+
UPSTREAM_VERSION: v6.0.1
2626
STAKER_SCRIPTS_VERSION: v0.1.2
2727
DATA_DIR: /root/.eth2validators
2828
restart: on-failure

0 commit comments

Comments
 (0)