update docker image

This commit is contained in:
YouROK
2021-10-25 18:07:50 +03:00
parent 891c72b42a
commit fcfa721cb9

View File

@@ -6,5 +6,5 @@ ROOT=${PWD}
echo "Build web" echo "Build web"
go run gen_web.go go run gen_web.go
sudo docker run --rm -v "$PWD":/usr/src/torr -v ~/go/pkg/mod:/go/pkg/mod -w /usr/src/torr golang:1.17.0-stretch ./build-all.sh sudo docker run --rm -v "$PWD":/usr/src/torr -v ~/go/pkg/mod:/go/pkg/mod -w /usr/src/torr golang:1.17.2-stretch ./build-all.sh
sudo chmod 0777 ./dist/* sudo chmod 0777 ./dist/*