File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
runs-on : ubuntu-latest
18
18
container :
19
- image : docker://mikeller/mxe-build:3.3.0
19
+ image : docker://mikeller/mxe-build:3.3.1
20
20
21
21
steps :
22
22
- name : checkout sources
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if [[ -z "${CONTAINER_ID}" ]]; then
34
34
croak " Please make sure GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set for the first run of this script."
35
35
fi
36
36
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
38
38
fi
39
39
40
40
# Start the container
You can’t perform that action at this time.
0 commit comments