From f60f01838cdcc48aaddce1de748d340c852e0497 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 27 Sep 2024 15:13:05 +1200 Subject: [PATCH] Update MXE docker Image Version Number. Signed-off-by: Michael Keller --- .github/workflows/windows-mxe-dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-mxe-dockerimage.yml b/.github/workflows/windows-mxe-dockerimage.yml index 5b5c05616..2e4c1d009 100644 --- a/.github/workflows/windows-mxe-dockerimage.yml +++ b/.github/workflows/windows-mxe-dockerimage.yml @@ -12,7 +12,7 @@ jobs: windows-mxe: runs-on: ubuntu-latest env: - VERSION: ${{ '3.2.0' }} # 'official' images should have a dot-zero version + VERSION: ${{ '3.3.0' }} # 'official' images should have a dot-zero version mxe_sha: '974808c2ecb02866764d236fe533ae57ba342e7a' steps: