Skip to content

Commit 246ad2c

Browse files
chore(deps): update golang docker tag to v1.24.3
1 parent 298716e commit 246ad2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG DOCKER_VERSION=27.3.1
44
# -> golang image used solely for building the k3d binary #
55
# -> built executable can then be copied into other stages #
66
############################################################
7-
FROM golang:1.22.4 as builder
7+
FROM golang:1.24.3 as builder
88
ARG GIT_TAG_OVERRIDE
99
WORKDIR /app
1010
RUN mkdir /tmp/empty

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4-alpine3.20 AS builder
1+
FROM golang:1.24.3-alpine3.20 AS builder
22
ARG GIT_TAG
33
WORKDIR /app
44
COPY . .

0 commit comments

Comments
 (0)