shithub: hugo

Download patch

ref: f5ea359dd34bf59a2944f1d9667838202af13c93
parent: 78b26d538c716d463b30c23de7df5eaa4d5504fd
author: Daniel Sutton <daniel@ducksecops.uk>
date: Mon Oct 12 17:51:08 EDT 2020

docker: Update to Go 1.15 and Alpine 3.12


--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # Twitter:      https://twitter.com/gohugoio
 # Website:      https://gohugo.io/
 
-FROM golang:1.13-alpine AS build
+FROM golang:1.15-alpine AS build
 
 # Optionally set HUGO_BUILD_TAGS to "extended" when building like so:
 #   docker build --build-arg HUGO_BUILD_TAGS=extended .
@@ -26,7 +26,7 @@
 
 # ---
 
-FROM alpine:3.11
+FROM alpine:3.12
 
 COPY --from=build /go/bin/hugo /usr/bin/hugo