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 22f9d13 commit c6cf61bCopy full SHA for c6cf61b
.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.48.2}"
+YQ_VERSION="${YQ_VERSION:-v4.49.1}"
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