Skip to content
Prev Previous commit
Next Next commit
Bump versions
  • Loading branch information
AlvaroRausell committed May 29, 2025
commit 2bb72a96687582d6d62aad82aea87aa47ca1d388
2 changes: 1 addition & 1 deletion src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"variants": [
"noble",
"jammy"
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.13",
"version": "1.2.14",
"variants": [
"bookworm",
"bullseye",
Expand Down
6 changes: 3 additions & 3 deletions src/rust/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.3.2",
"resolved": "ghcr.io/devcontainers/features/rust@sha256:f1da0f3f9167dacd59078e3c3a0b85a483c7eac7ae77ea0ae149b5bea07fdc49",
"integrity": "sha256:f1da0f3f9167dacd59078e3c3a0b85a483c7eac7ae77ea0ae149b5bea07fdc49"
"version": "1.3.3",
"resolved": "ghcr.io/devcontainers/features/rust@sha256:2521a8eeb4911bfcb22557c8394870ea22eb790d8e52219ddc5182f62d388995",
"integrity": "sha256:2521a8eeb4911bfcb22557c8394870ea22eb790d8e52219ddc5182f62d388995"
}
}
}
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.23",
"version": "1.0.24",
"variants": [
"bookworm",
"bullseye"
Expand Down
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.0.1",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down