We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b3177 commit 219591eCopy full SHA for 219591e
Dockerfile
@@ -4,7 +4,7 @@ ARG DOCKER_VERSION=25.0.3
4
# -> golang image used solely for building the k3d binary #
5
# -> built executable can then be copied into other stages #
6
############################################################
7
-FROM golang:1.22.4 as builder
+FROM golang:1.23.1 as builder
8
ARG GIT_TAG_OVERRIDE
9
WORKDIR /app
10
RUN mkdir /tmp/empty
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.4-alpine3.20 AS builder
+FROM golang:1.23.1-alpine3.20 AS builder
2
ARG GIT_TAG
3
COPY . .
0 commit comments