Files
athens/docs
Nuno do Carmo 2b6bf6ca9a Changed HUGO_VERSION variable to ARG instead of ENV (#901)
this is a small change, however it will allow the creation of images based on a specific GoHugo version if needed.
The build command should be something like:
`docker build --build-arg HUGO_VERSION=0.51 -t repo/image-name .`

I tested the build as written above and it worked fine, but please feel free to test it further.
2018-11-16 09:59:06 -05:00
..