Skip to content

Commit a71826d

Browse files
chore(deps): update dependency kubectl to v1.32.2 (#1349)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent d0df7f1 commit a71826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# download kubectl
22
FROM golang:1.23.6-alpine AS kubectl
3-
ARG KUBECTL_VERSION=1.32.1
3+
ARG KUBECTL_VERSION=1.32.2
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)