Compare commits

..

No commits in common. "v0.86.1-1" and "v0.86.0-1" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:7d0dbf6ecb37051165824f5b37b60a90d309eef50fd1f5e9690d4cf26ff0a0f6
FROM thegeeklab/alpine:latest@sha256:3de659c1a479d9d80e9c3924227981450af3a068087545a47360cfc2e70a91cc
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.86.1}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.86.0}"
ENV HUGO_ENV=production