chore(deps): update dependency yamllint to v1.29.0 (#125)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-01-24 13:52:20 +01:00 committed by Robert Kaussow
parent 5a286f6889
commit a2934ba1b6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}"
# renovate: datasource=npm depName=js-beautify
ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.7}"
# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.28.0}"
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.29.0}"
RUN apk --update add --no-cache python3 py3-pip curl make tar git && \
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \