Skip to content

Commit 30cfc44

Browse files
authored
Update runtime container to Golang 1.21 (#188)
1 parent 5812063 commit 30cfc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
3030

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

33-
FROM golang:1.20
33+
FROM golang:1.21
3434

3535
RUN apt-get update && \
3636
apt-get install -y jq curl supervisor && \

0 commit comments

Comments
 (0)