Skip to content

Commit bc1285c

Browse files
committed
Update dockcross images
1 parent d064440 commit bc1285c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/dockcross/dockcross-android-arm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20240104-6eda627
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20240418-88c04a4
44

55
#------------------------------------------------------------------------------
66
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268268
# This image is not intended to be run manually.
269269
#
270270
# To create a dockcross helper script for the
271-
# dockcross/android-arm:20240104-6eda627 image, run:
271+
# dockcross/android-arm:20240418-88c04a4 image, run:
272272
#
273-
# docker run --rm dockcross/android-arm:20240104-6eda627 > dockcross-android-arm-20240104-6eda627
274-
# chmod +x dockcross-android-arm-20240104-6eda627
273+
# docker run --rm dockcross/android-arm:20240418-88c04a4 > dockcross-android-arm-20240418-88c04a4
274+
# chmod +x dockcross-android-arm-20240418-88c04a4
275275
#
276276
# You may then wish to move the dockcross script to your PATH.
277277
#

.github/dockcross/dockcross-android-arm64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20240104-6eda627
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20240418-88c04a4
44

55
#------------------------------------------------------------------------------
66
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268268
# This image is not intended to be run manually.
269269
#
270270
# To create a dockcross helper script for the
271-
# dockcross/android-arm64:20240104-6eda627 image, run:
271+
# dockcross/android-arm64:20240418-88c04a4 image, run:
272272
#
273-
# docker run --rm dockcross/android-arm64:20240104-6eda627 > dockcross-android-arm64-20240104-6eda627
274-
# chmod +x dockcross-android-arm64-20240104-6eda627
273+
# docker run --rm dockcross/android-arm64:20240418-88c04a4 > dockcross-android-arm64-20240418-88c04a4
274+
# chmod +x dockcross-android-arm64-20240418-88c04a4
275275
#
276276
# You may then wish to move the dockcross script to your PATH.
277277
#

.github/dockcross/dockcross-linux-arm64-lts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20231110-9476e91
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20230601-c2f5366
44

55
#------------------------------------------------------------------------------
66
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268268
# This image is not intended to be run manually.
269269
#
270270
# To create a dockcross helper script for the
271-
# dockcross/linux-arm64-lts:20231110-9476e91 image, run:
271+
# dockcross/linux-arm64-lts:20230601-c2f5366 image, run:
272272
#
273-
# docker run --rm dockcross/linux-arm64-lts:20231110-9476e91 > dockcross-linux-arm64-lts-20231110-9476e91
274-
# chmod +x dockcross-linux-arm64-lts-20231110-9476e91
273+
# docker run --rm dockcross/linux-arm64-lts:20230601-c2f5366 > dockcross-linux-arm64-lts-20230601-c2f5366
274+
# chmod +x dockcross-linux-arm64-lts-20230601-c2f5366
275275
#
276276
# You may then wish to move the dockcross script to your PATH.
277277
#

.github/dockcross/dockcross-manylinux2014-x64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20231110-9476e91
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20230601-c2f5366
44

55
#------------------------------------------------------------------------------
66
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268268
# This image is not intended to be run manually.
269269
#
270270
# To create a dockcross helper script for the
271-
# dockcross/manylinux2014-x64:20231110-9476e91 image, run:
271+
# dockcross/manylinux2014-x64:20230601-c2f5366 image, run:
272272
#
273-
# docker run --rm dockcross/manylinux2014-x64:20231110-9476e91 > dockcross-manylinux2014-x64-20231110-9476e91
274-
# chmod +x dockcross-manylinux2014-x64-20231110-9476e91
273+
# docker run --rm dockcross/manylinux2014-x64:20230601-c2f5366 > dockcross-manylinux2014-x64-20230601-c2f5366
274+
# chmod +x dockcross-manylinux2014-x64-20230601-c2f5366
275275
#
276276
# You may then wish to move the dockcross script to your PATH.
277277
#

0 commit comments

Comments
 (0)