Skip to content

Commit 3d66023

Browse files
chore(deps): update golang docker tag to v1.23.3
1 parent 4709d6a commit 3d66023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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.23.3 as builder
88
ARG GIT_TAG_OVERRIDE
99
WORKDIR /app
1010
RUN mkdir /tmp/empty

tools/Dockerfile

+1-1
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.23.3-alpine3.20 AS builder
22
ARG GIT_TAG
33
WORKDIR /app
44
COPY . .

0 commit comments

Comments
 (0)