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

This commit is contained in:
Renovator Bot 2023-04-17 08:30:48 +00:00
parent 816362ec1b
commit efa0a4ca5d
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}" && \