Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement //example:docker #3

Merged
merged 14 commits into from
Mar 1, 2024
Prev Previous commit
Next Next commit
use default base image
  • Loading branch information
pcj committed Feb 29, 2024
commit 5fb06c3003fd5e277d0df66129583bf24772b7b8
1 change: 0 additions & 1 deletion bazel/tools/pdm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ sh_binary(

py_image(
name = "image",
base = "@distroless_python3_debian12",
binary = ":pdm",
)
Loading