Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
adding ruby-3.4 version in manifest.json file
  • Loading branch information
sireeshajonnalagadda authored Aug 11, 2025
commit d7baac52f1d34fc391f88874ff54ceb89ab157be
10 changes: 9 additions & 1 deletion src/jekyll/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
"3.3-bullseye"
],
"build": {
"latest": "3.3-bookworm",
"latest": "3.4-bookworm",
"parent": "ruby",
"rootDistro": "debian",
"architectures": {
"3.4-bookworm": [
"linux/amd64",
"linux/arm64"
],
"3.3-bookworm": [
"linux/amd64",
"linux/arm64"
Expand All @@ -22,6 +26,10 @@
"jekyll:${VERSION}-${VARIANT}"
],
"variantTags": {
"3.4-bookworm": [
"jekyll:${VERSION}",
"jekyll:${VERSION}-bookworm"
],
"3.3-bookworm": [
"jekyll:${VERSION}",
"jekyll:${VERSION}-bookworm"
Expand Down