From 1674dac6e32e0a7b331cf18bb93fbedd419d2348 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 27 Mar 2022 14:00:29 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v0.2.8 --- 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 b58d3af..cf87f83 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.7}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.8}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" diff --git a/Dockerfile.arm b/Dockerfile.arm index 9ae7014..242d039 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.7}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.8}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index c58aae8..cc7f477 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.7}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.8}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}"