Skip to content

Commit b96c2ad

Browse files
chore(deps): update golang docker tag to v1.23.1
1 parent e71c822 commit b96c2ad

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

0 commit comments

Comments
 (0)