Compare commits

..

No commits in common. "v0.103.1-1" and "v0.101.0-1" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:eac1c816f71bf6d586f4a32281175c26abb49ce1408fad68eed202b921f91a37
FROM thegeeklab/alpine:latest@sha256:799f39383e4a2a83aa751bf97a7cbbbc7f4855e1b5df6b1bb73b72122295e5c6
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.103.1}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.101.0}"
ENV HUGO_ENV=production
@ -19,7 +19,7 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar curl && \
apk add --update --no-cache libc6-compat libstdc++ busybox-suid bash bash-completion git tzdata make asciidoctor && \
echo "Installing hugo version '${HUGO_VERSION##v}' ..." && \
curl -SsfL "https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION##v}_Linux-64bit.tar.gz" | \
curl -SsL "https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION##v}_Linux-64bit.tar.gz" | \
tar xz -C /usr/local/bin hugo && \
chmod 755 /usr/local/bin/hugo && \
ln -s /usr/local/bin/hugo /usr/local/bin/hugo-official && \