From cce278cd0c1289ab0c30bb7c111de54f80c55bee Mon Sep 17 00:00:00 2001 From: Don Bowman Date: Thu, 21 May 2020 10:09:14 -0400 Subject: [PATCH] fix: switch to 64-bit glibc-busybox instead of 32-bit uclibc busybox Resolves https://github.com/GoogleContainerTools/distroless/issues/225 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f31b12e60..ac0faa781 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -190,8 +190,8 @@ http_archive( http_file( name = "busybox", executable = True, - sha256 = "d922ebe9067d8ed1b2b9cf326776de40a9b23d4518d674e28a3c14181549d28b", - urls = ["https://busybox.net/downloads/binaries/1.31.0-i686-uclibc/busybox"], + sha256 = "51fcb60efbdf3e579550e9ab893730df56b33d0cc928a2a6467bd846cdfef7d8", + urls = ["https://busybox.net/downloads/binaries/1.31.0-defconfig-multiarch-musl/busybox-x86_64"], ) # Docker rules.