Patch upstream Geth 1.13.14 merge #7

Merged
roysc merged 2 commits from statediff-patches into statediff 2024-03-30 11:23:47 +00:00
Showing only changes of commit 6ffe72d5e6 - Show all commits

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
ARG GIT_VDBTO_TOKEN
# Get dependencies - will also be cached if we won't change go.mod/go.sum
WORKDIR /go-ethereum/
WORKDIR /go-ethereum
COPY go.mod .
COPY go.sum .
COPY wrapmain wrapmain