Skip to content

Commit

Permalink
chore(deps): update dependency kubectl to v1.31.4 (#1273)
Browse files Browse the repository at this point in the history
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Dec 11, 2024
1 parent dc946ad commit 1fbf2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# download kubectl
FROM golang:1.23.4-alpine AS kubectl
ARG KUBECTL_VERSION=1.31.3
ARG KUBECTL_VERSION=1.31.4
RUN apk add --no-cache curl
RUN export OS=$(go env GOOS) && \
export ARCH=$(go env GOARCH) &&\
Expand Down

0 comments on commit 1fbf2a2

Please sign in to comment.