We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fefa4 commit 62b93a8Copy full SHA for 62b93a8
.devcontainer/setup.sh
@@ -10,7 +10,7 @@ echo "================================"
10
11
# Install yq (YAML processor) - required for JCasc configuration
12
echo "📦 Installing yq YAML processor..."
13
-YQ_VERSION="${YQ_VERSION:-v4.49.1}"
+YQ_VERSION="${YQ_VERSION:-v4.49.2}"
14
YQ_URL="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"
15
16
# Try wget first, fall back to curl if unavailable
0 commit comments