hugo upgrade
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paolo Asperti 2023-02-14 01:09:32 +01:00
parent 0668b8c02a
commit aadbde3a34
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -1,6 +1,6 @@
FROM alpine:edge
ARG HUGO_VERSION=0.109.0
ARG HUGO_VERSION=0.110.0
RUN \
apk -U add wget && \