fix hugo version

This commit is contained in:
Thomas Quandalle
2022-08-09 13:55:05 +02:00
parent 0c5e6c47f2
commit 03625c9e04

View File

@@ -4,7 +4,7 @@ ENV NODE_ENV=production
# Install dependencies
RUN apt update -y
RUN yarn global add bower gulp rimraf
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.78.0_Linux-64bit.deb && \
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.78.0/hugo_0.78.0_Linux-64bit.deb && \
dpkg -i hugo_0.78.0_Linux-64bit.deb && \
apt-get install -f && \
hugo version