Skip to content

Commit e08ead5

Browse files
chore(deps): update dependency kubectl to v1.34.0 (#1596)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent 750b1c9 commit e08ead5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# download kubectl
22
FROM golang:1.25.0-alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440 AS kubectl
3-
ARG KUBECTL_VERSION=1.33.4
3+
ARG KUBECTL_VERSION=1.34.0
44
RUN apk add --no-cache curl
55
RUN export OS=$(go env GOOS) && \
66
export ARCH=$(go env GOARCH) &&\

0 commit comments

Comments
 (0)