Skip to content

Commit 5d1b947

Browse files
authored
Merge pull request #286 from utilitywarehouse/update-kustomize
Update kustomize to version v5.2.1
2 parents b44fabd + f217518 commit 5d1b947

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
@@ -6,7 +6,7 @@ RUN apk --no-cache add git gcc make musl-dev curl bash openssh-client
66

77
ENV \
88
KUBECTL_VERSION=v1.26.1 \
9-
KUSTOMIZE_VERSION=v5.1.0 \
9+
KUSTOMIZE_VERSION=v5.2.1 \
1010
STRONGBOX_VERSION=1.1.0
1111

1212
RUN os=$(go env GOOS) && arch=$(go env GOARCH) \

0 commit comments

Comments
 (0)