Skip to content

Commit

Permalink
clients/go-ethereum: rollback to eip-4844 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Apr 26, 2023
1 parent 8ee6a00 commit fcf0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/go-ethereum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
FROM alpine:latest as builder
# ARG branch=master
# ARG repo=ethereum
ARG branch=cancun
ARG branch=eip-4844
ARG repo=mdehoog
RUN \
apk add --update bash curl jq go git make gcc musl-dev \
Expand Down

0 comments on commit fcf0f90

Please sign in to comment.