Skip to content

Commit 6c9bef8

Browse files
Update ghcr.io/yannh/kubeconform Docker tag to v0.6.1
1 parent 14c0282 commit 6c9bef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY --chown=nobody --from=builder /tmp/kubeaudit/kubeaudit /usr/bin/kubeaudit
4747
COPY --chown=nobody --from=builder /tmp/kube-linter/kube-linter /usr/bin/kube-linter
4848

4949
COPY --chown=nobody --from=k8s.gcr.io/kustomize/kustomize:v4.5.5 /app/kustomize /usr/bin/kustomize
50-
COPY --chown=nobody --from=ghcr.io/yannh/kubeconform:v0.4.14 /kubeconform /usr/bin/kubeconform
50+
COPY --chown=nobody --from=ghcr.io/yannh/kubeconform:v0.6.1 /kubeconform /usr/bin/kubeconform
5151
COPY --chown=nobody --from=zegl/kube-score:v1.14.0 /kube-score /usr/bin/kube-score
5252

5353
USER nobody:nobody

0 commit comments

Comments
 (0)