From 662d619081ea77cd560d055b52eaac91eeb0178b Mon Sep 17 00:00:00 2001 From: Will Hilton Date: Fri, 19 May 2017 21:38:21 -0400 Subject: [PATCH] Update to newer cross-compiler docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f61a01b..745733c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ compile-for-ubuntu: - dukboots-ubuntu compile-for-windows: - image: thewtex/cross-compiler-windows-x64 + image: dockcross/windows-x64 stage: build script: - sh ./build.sh -- GitLab