From 43069ebb99fa51aab9eeb825a0db1987617ddc30 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:17:06 +0100 Subject: [PATCH] chore(deps): update dependency kustomize to v5.6.0 (#1308) Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35c332689..37a6c2b65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) &&\