New Dockerfile and Dockerfile.alltools with go1.21.6

This commit is contained in:
Federico Hofman 2024-06-28 11:45:28 -03:00
parent c5ba367eb6
commit 2aff379d4a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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