Skip to content

Commit

Permalink
Update ghcr.io/yannh/kubeconform Docker tag to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 16, 2023
1 parent 14c0282 commit f018d42
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 @@ -47,7 +47,7 @@ COPY --chown=nobody --from=builder /tmp/kubeaudit/kubeaudit /usr/bin/kubeaudit
COPY --chown=nobody --from=builder /tmp/kube-linter/kube-linter /usr/bin/kube-linter

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

USER nobody:nobody
Expand Down

0 comments on commit f018d42

Please sign in to comment.