Skip to content

Commit 4d3f984

Browse files
ci: use go go-1.21 during docker build (#942)
ci: use go go-1.21 during docker build (#818) feat: use go go-1.21 during docker build Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
1 parent c0d2051 commit 4d3f984

4 files changed

+5
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build libzkp dependency
7-
FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022-12-10 as chef
7+
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as chef
88
WORKDIR app
99

1010
FROM chef as planner
@@ -21,7 +21,7 @@ RUN cargo clean
2121
RUN cargo build --release
2222

2323
# Build Geth in a stock Go builder container
24-
FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022-12-10 as builder
24+
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as builder
2525

2626
# Get dependencies - will also be cached if we won't change go.mod/go.sum
2727
COPY go.mod /go-ethereum/

Dockerfile.alltools

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM golang:1.20-alpine as builder
7+
FROM golang:1.21-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git
1010

Dockerfile.mockccc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022-12-10 as builder
7+
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as builder
88

99
# Get dependencies - will also be cached if we won't change go.mod/go.sum
1010
COPY go.mod /go-ethereum/

Dockerfile.mockccc.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM golang:1.20-alpine as builder
7+
FROM golang:1.21-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git
1010

0 commit comments

Comments
 (0)