From d43d5044e411aaa803c7da4c679999a4bf1df1f6 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 4 Jan 2021 16:00:33 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v0.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6e0bdf..5631d49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,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.2.0}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.1}" RUN addgroup -g 101 -S app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \ -- 2.24.4