chore(deps): update dependency hairyhenderson/gomplate to v4.1.0 #36

Merged
renovator merged 1 commits from renovate/docker-helper-tools into main 2024-07-08 00:32:43 +00:00
Showing only changes of commit f250e1b6fb - Show all commits

View File

@ -14,7 +14,7 @@ ARG TARGETVARIANT
ARG GOMPLATE_VERSION ARG GOMPLATE_VERSION
# renovate: datasource=github-releases depName=hairyhenderson/gomplate # renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.0.1}" ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.1.0}"
RUN addgroup -g 101 -S caddy && \ RUN addgroup -g 101 -S caddy && \
adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G caddy -g caddy caddy && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G caddy -g caddy caddy && \