File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55 "features" : {
66 "ghcr.io/devcontainers/features/docker-in-docker:2" : {
7- "version" : " 27.0 " ,
7+ "version" : " 28.5 " ,
88 "dockerDashComposeVersion" : " v2"
99 },
1010 "ghcr.io/devcontainers/features/github-cli:1" : {
11- "version" : " 2.62 "
11+ "version" : " 2.81.0 "
1212 }
1313 },
1414
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo "================================"
1010
1111# Install yq (YAML processor) - required for JCasc configuration
1212echo " 📦 Installing yq YAML processor..."
13- YQ_VERSION=" ${YQ_VERSION:- v4.44.3 } "
13+ YQ_VERSION=" ${YQ_VERSION:- v4.48.1 } "
1414YQ_URL=" https://github.com/mikefarah/yq/releases/download/${YQ_VERSION} /yq_linux_amd64"
1515
1616# Try wget first, fall back to curl if unavailable
You can’t perform that action at this time.
0 commit comments