Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rust: "rust:${VERSION}-1" should point to "bullseye"
  • Loading branch information
samruddhikhandale authored Mar 6, 2023
commit 5e871567bc662673da8b0b112dabb5ffd25d3bd2
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"variantTags": {
"buster": [
"rust:${VERSION}-1",
"rust:${VERSION}-1-buster"
],
"bullseye": [
"rust:${VERSION}-1",
"rust:${VERSION}-1-bullseye"
]
}
Expand Down