Skip to content

Commit 34db22a

Browse files
chore(deps): update Codespaces dependencies (#1680)
* chore: [.devcontainer/devcontainer.json] Bump GitHub CLI version Made with ❤️️ by updatecli * chore: [.devcontainer/setup.sh] Bump yq version Made with ❤️️ by updatecli * chore: [.devcontainer/devcontainer.json] Bump Docker version Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89b9c1e commit 34db22a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "================================"
1010

1111
# Install yq (YAML processor) - required for JCasc configuration
1212
echo "📦 Installing yq YAML processor..."
13-
YQ_VERSION="${YQ_VERSION:-v4.44.3}"
13+
YQ_VERSION="${YQ_VERSION:-v4.48.1}"
1414
YQ_URL="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"
1515

1616
# Try wget first, fall back to curl if unavailable

0 commit comments

Comments
 (0)