build: Update the temp docker script - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 48413d76f44ecfc9b90f9df63974080f6b285667
 (DIR) parent 66b9e2bff259a02a5a312369ce3fb49f1fd90b93
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon, 24 Sep 2018 12:41:12 +0200
       
       build: Update the temp docker script
       
       Diffstat:
         M bepdock.sh                          |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/bepdock.sh b/bepdock.sh
       @@ -1,2 +1 @@
       -# Temp script used to test new builds.
       - docker run --rm --mount type=bind,source="$(pwd)",target=/go/src/github.com/gohugoio/hugo -w /go/src/github.com/gohugoio/hugo  -i -t bepsays/ci-goreleaser:latest /bin/bash
       -\ No newline at end of file
       +docker run --rm --mount type=bind,source="$(pwd)",target=/hugo -w /hugo  -i -t bepsays/ci-goreleaser:1.11-2 /bin/bash
       +\ No newline at end of file