Skip to content

Commit 970da9c

Browse files
authored
Merge pull request #3524 from kubernetes/dependabot/docker/util-images/probes/golang-1.25-alpine
build(deps): bump golang from 1.24-alpine to 1.25-alpine in /util-images/probes
2 parents 22ea2cf + 0b89c83 commit 970da9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util-images/probes/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS build-env
1+
FROM golang:1.25 AS build-env
22

33
ARG gopkg=k8s.io/perf-tests/util-images/probes
44

@@ -8,7 +8,7 @@ ENV GO111MODULE on
88
WORKDIR /go/src/$gopkg
99
RUN CGO_ENABLED=0 go build -o /workspace/probes ./cmd
1010

11-
FROM golang:1.24-alpine
11+
FROM golang:1.25-alpine
1212
WORKDIR /workspace
1313
COPY --from=build-env /workspace/probes .
1414
ENTRYPOINT ["/workspace/probes"]

0 commit comments

Comments
 (0)