diff --git a/Dockerfile.build b/Dockerfile.build index f08c026..431cd74 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,5 +1,5 @@ # explicitly use Debian for maximum cross-architecture compatibility -FROM debian:buster-slim +FROM debian:bullseye-slim RUN set -eux; \ apt-get update; \ @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # https://musl.libc.org/releases.html -ENV MUSL_VERSION 1.1.24 +ENV MUSL_VERSION 1.2.2 RUN set -eux; \ wget -O musl.tgz.asc "https://musl.libc.org/releases/musl-$MUSL_VERSION.tar.gz.asc"; \ wget -O musl.tgz "https://musl.libc.org/releases/musl-$MUSL_VERSION.tar.gz"; \ diff --git a/amd64/hello-world/hello b/amd64/hello-world/hello index 5052f25..8a9e768 100755 Binary files a/amd64/hello-world/hello and b/amd64/hello-world/hello differ diff --git a/arm32v5/hello-world/hello b/arm32v5/hello-world/hello index f237263..fd0198e 100755 Binary files a/arm32v5/hello-world/hello and b/arm32v5/hello-world/hello differ diff --git a/arm32v7/hello-world/hello b/arm32v7/hello-world/hello index 16286c2..55126bc 100755 Binary files a/arm32v7/hello-world/hello and b/arm32v7/hello-world/hello differ diff --git a/arm64v8/hello-world/hello b/arm64v8/hello-world/hello index 25d7f16..0dcdbf7 100755 Binary files a/arm64v8/hello-world/hello and b/arm64v8/hello-world/hello differ diff --git a/i386/hello-world/hello b/i386/hello-world/hello index c358369..2f91f17 100755 Binary files a/i386/hello-world/hello and b/i386/hello-world/hello differ diff --git a/mips64le/hello-world/hello b/mips64le/hello-world/hello index 3656791..1925871 100755 Binary files a/mips64le/hello-world/hello and b/mips64le/hello-world/hello differ diff --git a/ppc64le/hello-world/hello b/ppc64le/hello-world/hello index 6c7f1b9..5c3a048 100755 Binary files a/ppc64le/hello-world/hello and b/ppc64le/hello-world/hello differ diff --git a/riscv64/hello-world/hello b/riscv64/hello-world/hello index 9fe183d..5f017a5 100755 Binary files a/riscv64/hello-world/hello and b/riscv64/hello-world/hello differ diff --git a/s390x/hello-world/hello b/s390x/hello-world/hello index 69c81fa..40627a2 100755 Binary files a/s390x/hello-world/hello and b/s390x/hello-world/hello differ