Skip to content

Commit

Permalink
Merge pull request #107 from infosiftr/musl-1.2.4
Browse files Browse the repository at this point in the history
Update to musl 1.2.4
  • Loading branch information
yosifkit authored May 2, 2023
2 parents 0eb860d + 3fb6ebc commit a2269bd
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://musl.libc.org/releases.html
ENV MUSL_VERSION 1.2.3
ENV MUSL_VERSION 1.2.4
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"; \
Expand Down
Binary file modified amd64/hello-world/hello
Binary file not shown.
Binary file modified arm32v5/hello-world/hello
Binary file not shown.
Binary file modified arm32v7/hello-world/hello
Binary file not shown.
Binary file modified arm64v8/hello-world/hello
Binary file not shown.
Binary file modified i386/hello-world/hello
Binary file not shown.
Binary file modified mips64le/hello-world/hello
Binary file not shown.
Binary file modified ppc64le/hello-world/hello
Binary file not shown.
Binary file modified riscv64/hello-world/hello
Binary file not shown.
Binary file modified s390x/hello-world/hello
Binary file not shown.

0 comments on commit a2269bd

Please sign in to comment.