diff --git a/Dockerfile b/Dockerfile index 01b9486..c45e345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest LABEL maintainer "docker@fundor333.com" # Download and install hugo -ENV HUGO_VERSION 0.123.2 +ENV HUGO_VERSION 0.123.3 # Installing Hugo and ca-certificates RUN set -x &&\