We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4709d6a commit 3d66023Copy full SHA for 3d66023
Dockerfile
@@ -4,7 +4,7 @@ ARG DOCKER_VERSION=27.3.1
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.3 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.3-alpine3.20 AS builder
2
ARG GIT_TAG
3
COPY . .
0 commit comments