Use official chocolatey docker image for pack script

This commit is contained in:
Adam Goldsmith 2022-07-18 15:52:45 -04:00
parent fe93d55f5b
commit 4f810bf331

View File

@ -4,4 +4,4 @@ set -e
dir="$(realpath $1)" dir="$(realpath $1)"
docker run --rm -v "$dir":/build -w /build linuturk/mono-choco pack docker run --rm -v "$dir":/build -w /build chocolatey/choco choco pack