From 850471738766b763ab14e9ce1f3b16bdc2c83932 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 9 Apr 2021 11:02:47 +0200 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v0.2.3 (#23) chore(deps): update dependency thegeeklab/url-parser to v0.2.3 Reviewed-on: https://gitea.rknet.org/docker/nginx/pulls/23 Co-Authored-By: Renovator Bot Co-Committed-By: Renovator Bot --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index fd03031..1daf055 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -16,7 +16,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" diff --git a/Dockerfile.arm b/Dockerfile.arm index dce2460..4ecc109 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -16,7 +16,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index f927c01..2a6700d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -16,7 +16,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}"