Skip to content

Commit

Permalink
docs: use compression in examples (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeva authored Oct 15, 2024
1 parent 859b8ff commit 0faa69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ rust_binary(
pkg_tar(
name = "hello_bin_layer",
srcs = [":hello_bin"],
extension = "tar.gz",
)
# Step 3: Build image and add built layer to it
Expand Down

0 comments on commit 0faa69e

Please sign in to comment.