mirror of
https://github.com/gomods/athens
synced 2026-02-10 18:08:12 +00:00
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.