summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xDockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 02a150992..3ec305f7b 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ RUN mage hugo && mage install
# ---
-FROM alpine:3.10
+FROM alpine:3.11
COPY --from=build /go/bin/hugo /usr/bin/hugo