Update distroless

As otherwise we can't build with bazel 0.21
This commit is contained in:
Justin SB 2019-01-02 17:44:21 -05:00
parent da90a5bc0e
commit 7d0d474cff
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ container_pull(
git_repository(
name = "distroless",
remote = "https://github.com/googlecloudplatform/distroless.git",
commit = "886114394dfed219001ec3b068b139a3456e49d4",
commit = "3585653b2b0d33c3fb369b907ef68df8344fd2ad",
)
load(