Skip to content

v0.5.3

Latest
Compare
Choose a tag to compare
@thesayyn thesayyn released this 18 Aug 19:47
· 4 commits to main since this release
5407dd5

Using BZLMOD

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_distroless", version = "0.5.3")

Using WORKSPACE

We do not support WORKSPACE. Use Bzlmod instead.