From 5cafbbc91d9cd64cf3d0ef7e1d3cd242c0549b3d Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 7 Dec 2020 09:02:04 +0000 Subject: [PATCH] Update dependency thegeeklab/url-parser to v0.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89d89de..8495d0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.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.1.1}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.0}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \