upgrade to latest hugo

lektura
max.mehl 2020-05-08 12:35:41 +02:00
parent 1c8cdab522
commit f06b43f381
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
syntaxcheck:
image: monachus/hugo
image: monachus/hugo:v0.70.0
commands:
- cd site; ./build/build.sh syntax

View File

@ -1,6 +1,6 @@
FROM php:7-apache
ENV HUGO_VERSION 0.54.0
ENV HUGO_VERSION 0.70.0
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.deb
RUN apt-get update && apt-get upgrade -y && \