Skip to content

Commit

Permalink
chore(deps): update dependency kustomize to v5.6.0 (#1308)
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 Jan 15, 2025
1 parent 8d77eb3 commit 43069eb
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
Expand Up @@ -28,7 +28,7 @@ RUN export OS=$(go env GOOS) && \

FROM golang:1.23.4-alpine AS kustomize
WORKDIR /tmp/kustomize
ARG KUSTOMIZE_VERSION=5.5.0
ARG KUSTOMIZE_VERSION=5.6.0
RUN apk add --no-cache jq curl
RUN export OS=$(go env GOOS) &&\
export ARCH=$(go env GOARCH) &&\
Expand Down

0 comments on commit 43069eb

Please sign in to comment.