diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 8154537..a62ca10 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -18,7 +18,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.3}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.0}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library diff --git a/Dockerfile.arm b/Dockerfile.arm index bfc1fc1..628d7aa 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -18,7 +18,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.3}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.0}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index e0357b7..884ca67 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -18,7 +18,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.3}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.0}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library