chore(deps): update docker helper tools #148

Merged
renovator merged 1 commits from renovate/docker-helper-tools into main 2024-11-11 00:30:27 +00:00

View File

@ -21,13 +21,13 @@ ARG WAIT_FOR_VERSION
ARG CONTAINER_LIBRARY ARG CONTAINER_LIBRARY
# renovate: datasource=github-releases depName=hairyhenderson/gomplate # renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.1.0}" ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.2.0}"
# renovate: datasource=github-releases depName=aptible/supercronic # renovate: datasource=github-releases depName=aptible/supercronic
ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.33}" ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.33}"
# renovate: datasource=github-releases depName=thegeeklab/url-parser # renovate: datasource=github-releases depName=thegeeklab/url-parser
ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.7}" ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.1.1}"
# renovate: datasource=github-releases depName=thegeeklab/wait-for # renovate: datasource=github-releases depName=thegeeklab/wait-for
ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.2}" ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.3}"
# renovate: datasource=git-tags depName=https://gitea.rknet.org/container/container-library # renovate: datasource=git-tags depName=https://gitea.rknet.org/container/container-library
ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}" ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}"