diff --git a/Dockerfile b/Dockerfile index c6aa76c651..49577f7d30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG DOCKER_VERSION=25.0.3 # -> golang image used solely for building the k3d binary # # -> built executable can then be copied into other stages # ############################################################ -FROM golang:1.22.4 as builder +FROM golang:1.23.1 as builder ARG GIT_TAG_OVERRIDE WORKDIR /app RUN mkdir /tmp/empty diff --git a/tools/Dockerfile b/tools/Dockerfile index c30f5afe8c..55f481b2b3 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4-alpine3.20 AS builder +FROM golang:1.23.1-alpine3.20 AS builder ARG GIT_TAG WORKDIR /app COPY . .