1
0
Fork 0

update(tool/hugo): to 0.110

This commit is contained in:
Sean Sube 2023-02-10 10:04:17 -06:00
parent 4af8362bff
commit ba7f2f1955
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ image:hugo:
variables:
IMAGE_ROOT: tool/hugo
IMAGE_NAME: apextoaster/hugo
IMAGE_VERSION: "0.91"
IMAGE_VERSION: "0.110"
image:licensed:
<<: *build-image

View File

@ -1,11 +1,11 @@
FROM docker.artifacts.apextoaster.com/apextoaster/node:16.14-master
FROM docker.artifacts.apextoaster.com/apextoaster/node:16.19-master
RUN apt-get -qq update \
&& apt install -y build-essential ca-certificates curl git openssh-client python-pygments \
&& rm -rf /var/lib/apt/lists/*
# Download and install hugo
ENV HUGO_VERSION 0.91.2
ENV HUGO_VERSION 0.110.0
ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} /tmp/hugo.deb