projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60469f4
)
#8210 Upgrade golang version for Dockerfile
author
Systemkern
<rainer@systemkern.com>
Sun, 28 Feb 2021 11:46:30 +0000
(12:46 +0100)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Sun, 28 Feb 2021 13:14:06 +0000
(14:14 +0100)
https://github.com/gohugoio/hugo/issues/8210
relates to: #8210
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 75ed38969455146c8955448ad2477d1b77304011..473296ad04824a009804254596f597bb42edcf05 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-2,7
+2,7
@@
# Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/
-FROM golang:1.1
5
-alpine AS build
+FROM golang:1.1
6
-alpine AS build
# Optionally set HUGO_BUILD_TAGS to "extended" or "nodeploy" when building like so:
# docker build --build-arg HUGO_BUILD_TAGS=extended .