feat: just update it

This commit is contained in:
surtur 2020-06-01 00:34:21 +02:00
parent ef2c021baf
commit b79af29d1b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -15,7 +15,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz /tmp/hugo.tar.gz
WORKDIR /tmp/
RUN pacman -Sy --noconfirm --needed git && pacman --noconfirm -R $(pacman -Qdtq) || true
RUN pacman -Syu --noconfirm --needed git && pacman --noconfirm -R $(pacman -Qdtq) || true
RUN bsdtar xfv /tmp/hugo.tar.gz && rm -v /tmp/hugo.tar.gz README.md LICENSE \
&& chmod +x /tmp/hugo \
&& mkdir -pv /usr/local/bin \