Compare commits

..

No commits in common. "v0.83.1-2" and "v0.83.1-1" have entirely different histories.

View File

@ -12,8 +12,6 @@ ARG BUILD_VERSION
# renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.83.1}"
ENV HUGO_ENV=production
COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar curl && \