Skip to content

Commit 0b89c83

Browse files
build(deps): bump golang in /util-images/probes
Bumps golang from 1.24-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48b6c15 commit 0b89c83

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)