diff --git a/Dockerfile b/Dockerfile index 691427b..2bd9719 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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \