build, Dockerfile: bump Go to 1.18

This commit is contained in:
Péter Szilágyi
2022-03-16 08:27:16 +02:00
parent dbfd397262
commit be7eb8ae17
5 changed files with 33 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.17-alpine as builder
FROM golang:1.18-alpine as builder
RUN apk add --no-cache gcc musl-dev linux-headers git