chore(deps): update dependency thegeeklab/url-parser to v0.2.1 (#8)
continuous-integration/drone/push Build is passing Details

chore(deps): update dependency thegeeklab/url-parser to v0.2.1

Reviewed-on: docker/nginx#8
This commit is contained in:
Renovator Bot 2021-01-04 17:18:00 +01:00 committed by Robert Kaussow
parent d08f039f2b
commit 548ab13fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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 nginx && \
adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \