@@ -39,15 +39,15 @@ dpkg_src(
39
39
arch = "amd64" ,
40
40
distro = "buster" ,
41
41
sha256 = "e096054471ae9a772fa67006cd0d9a0b125bb30443625fb6b66935e2a9331e98" ,
42
- snapshot = "20210216T023642Z " ,
42
+ snapshot = "20210216T210840Z " ,
43
43
url = "https://snapshot.debian.org/archive" ,
44
44
)
45
45
46
46
dpkg_src (
47
47
name = "debian_buster_security" ,
48
- package_prefix = "https://snapshot.debian.org/archive/debian-security/20210215T180445Z /" ,
49
- packages_gz_url = "https://snapshot.debian.org/archive/debian-security/20210215T180445Z /dists/buster/updates/main/binary-amd64/Packages.gz" ,
50
- sha256 = "666dad92ef97c05f72264ab570ccb4059e6993cc00c823b427a93f1f3349743e " ,
48
+ package_prefix = "https://snapshot.debian.org/archive/debian-security/20210216T201258Z /" ,
49
+ packages_gz_url = "https://snapshot.debian.org/archive/debian-security/20210216T201258Z /dists/buster/updates/main/binary-amd64/Packages.gz" ,
50
+ sha256 = "979b105c890ce629a002d66c79b67381c5b78b4769abbeddad3a57225c1c1159 " ,
51
51
)
52
52
53
53
dpkg_list (
@@ -56,6 +56,7 @@ dpkg_list(
56
56
# Version required to skip a security fix to the pre-release library
57
57
# TODO: Remove when there is a security fix or dpkg_list finds the recent version
58
58
"libc6" ,
59
+ "libc-bin" ,
59
60
"base-files" ,
60
61
"ca-certificates" ,
61
62
"openssl" ,
@@ -125,8 +126,8 @@ http_file(
125
126
http_file (
126
127
name = "busybox" ,
127
128
executable = True ,
128
- sha256 = "233d850e3927bb99d8fcb9a55930cac0c8ad41eaad6a8fc2b02c4e0f88acf042 " ,
129
- urls = ["https://deepscan.jfrog.io/deepscan/distroless-generic/busybox/busybox- 1.32.1.tar.xz" ],
129
+ sha256 = "9c1cc2735e2ea21c4579be452b313ce4120866a8c2b9dfc45bb7f9bf02d34949 " ,
130
+ urls = ["https://deepscan.jfrog.io/deepscan/distroless-generic/busybox/1.32.1-glibc-busybox .tar.xz" ],
130
131
)
131
132
132
133
#Added complied and slimed curl binary from source https://github.com/curl/curl/releases
0 commit comments