Skip to content

Commit b7db0d4

Browse files
change default node and client branches
Signed-off-by: David Hernando <david.hernando@make.services>
1 parent c699e86 commit b7db0d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

casper-nctl.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:focal
22

3-
ARG NODE_GITBRANCH=release-1.4.15
4-
ARG CLIENT_GITBRANCH=main
3+
ARG NODE_GITBRANCH=release-1.5.5
4+
ARG CLIENT_GITBRANCH=release-2.0.0
55

66
# DEBIAN_FRONTEND required for tzdata dependency install
77
RUN apt-get update \

0 commit comments

Comments
 (0)