Skip to content

Commit

Permalink
Merge pull request #26 from make-software/client-default-branch
Browse files Browse the repository at this point in the history
change default node and client branches
  • Loading branch information
mrkara committed Jan 4, 2024
2 parents c699e86 + b7db0d4 commit 96ab511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions casper-nctl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:focal

ARG NODE_GITBRANCH=release-1.4.15
ARG CLIENT_GITBRANCH=main
ARG NODE_GITBRANCH=release-1.5.5
ARG CLIENT_GITBRANCH=release-2.0.0

# DEBIAN_FRONTEND required for tzdata dependency install
RUN apt-get update \
Expand Down

0 comments on commit 96ab511

Please # to comment.