chore(deps): update dependency yannh/kubeconform to v0.6.1 (#198)
continuous-integration/drone/push Build is passing Details

Reviewed-on: docker/alpine-tools#198
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-04-17 12:09:23 +02:00 committed by Robert Kaussow
parent 816362ec1b
commit 03f1cf75fc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.7}"
# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.30.0}"
# renovate: datasource=github-releases depName=yannh/kubeconform
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.5.0}"
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.1}"
RUN apk --update add --no-cache python3 py3-pip curl make tar git bash && \
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \