diff --git a/geth-poa/Dockerfile b/geth-poa/Dockerfile index 79006214c92f..a7cda47f3cbb 100644 --- a/geth-poa/Dockerfile +++ b/geth-poa/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:1.22-alpine AS builder RUN apk add --no-cache gcc musl-dev linux-headers git make