Skip to content

Commit

Permalink
Update runtime container to Golang 1.21 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Feb 2, 2024
1 parent 5812063 commit 30cfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \

RUN go run build/ci.go install -static ./cmd/geth

FROM golang:1.20
FROM golang:1.21

RUN apt-get update && \
apt-get install -y jq curl supervisor && \
Expand Down

0 comments on commit 30cfc44

Please sign in to comment.