update MXE build container

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-12-06 04:27:13 -08:00
parent 2463b315bb
commit 9cfe656342
3 changed files with 7 additions and 5 deletions

View file

@ -3,11 +3,11 @@ set -x
set -e
# known good MXE sha
MXE_SHA="8966a64"
MXE_SHA="0d21cf2e31d4e6c0"
SCRIPTPATH=$(dirname $0)
# version of the docker image
VERSION=2.1
VERSION=3.0
pushd $SCRIPTPATH