Skip to content

Commit a8b67ee

Browse files
committed
Update the Windows docker image used for the build to 3.3.1.
Signed-off-by: Michael Keller <[email protected]>
1 parent 7171cc2 commit a8b67ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: docker://mikeller/mxe-build:3.3.0
19+
image: docker://mikeller/mxe-build:3.3.1
2020

2121
steps:
2222
- name: checkout sources

packaging/windows/docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ -z "${CONTAINER_ID}" ]]; then
3434
croak "Please make sure GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set for the first run of this script."
3535
fi
3636

37-
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} mikeller/mxe-build:3.3.0 sleep infinity
37+
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} mikeller/mxe-build:3.3.1 sleep infinity
3838
fi
3939

4040
# Start the container

0 commit comments

Comments
 (0)