diff --git a/docs/rust.md b/docs/rust.md index 8166cf84..e12c4a8b 100644 --- a/docs/rust.md +++ b/docs/rust.md @@ -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