Skip to content

Commit

Permalink
fix #5768 with an alpine base including libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed May 7, 2020
1 parent 574bf3d commit 5d862b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ load(

container_pull(
name = "alpine_cc_linux_amd64",
digest = "sha256:d5cee45549351be7a03a96c7b319b9c1808979b10888b79acca4435cc068005e",
digest = "sha256:3f7f4dfcb6dceac3a902f36609cc232262e49f5656a6dc4bb3da89e35fecc8a5",
registry = "index.docker.io",
repository = "frolvlad/alpine-glibc",
repository = "fasibio/alpine-libgcc",
)

container_pull(
Expand Down

0 comments on commit 5d862b8

Please sign in to comment.