Skip to content

Commit

Permalink
update to musl 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Apr 18, 2019
1 parent 733fee4 commit 34cd986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skarnet-builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

THISDIR=$(pwd)

MUSL_CROSS_MAKE_RELEASE=13
MUSL_CROSS_MAKE_RELEASE=14
MUSL_CROSS_MAKE_SRC="https://github.com/just-containers/musl-cross-make/releases/download/v${MUSL_CROSS_MAKE_RELEASE}"

PROOT_RELEASE=v5.1.0-3
Expand All @@ -18,7 +18,7 @@ QEMU_VER="${QEMU_VER#v}"
QEMU_BIN="https://github.com/just-containers/qemu/releases/download/${QEMU_RELEASE}/qemu-${QEMU_VER}-amd64.tar.xz"
QEMU_TAR="$(basename $QEMU_BIN)"

BUSYBOX_CHROOT_RELEASE=v1.0.7
BUSYBOX_CHROOT_RELEASE=v1.0.8
BUSYBOX_CHROOT="https://github.com/just-containers/busybox-chroots/releases/download/${BUSYBOX_CHROOT_RELEASE}/"

TRAVIS_TOOLS_RELEASE=1.0.0
Expand Down

0 comments on commit 34cd986

Please sign in to comment.