Skip to content

Commit

Permalink
Use alpine base image including libstdc++ (#5777)
Browse files Browse the repository at this point in the history
* fix #5768 with an alpine base including libstdc++
* Merge branch 'master' into fix-docker-alpine
  • Loading branch information
prestonvanloon authored May 7, 2020
1 parent 9a11574 commit 63e2e8a
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 63e2e8a

Please sign in to comment.