new hugo version

This commit is contained in:
Marvin Steadfast 2020-04-29 12:43:23 +02:00
parent 7ab0ec106d
commit 5b8dce72d5

View File

@ -1,6 +1,6 @@
FROM golang:1.14.0-alpine3.11 as builder
ARG HUGO_VERSION=0.65.3
ARG HUGO_VERSION=0.69.2
ARG RCLONE_VERSION=1.51.0
RUN set -ex \