We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd9c241 + 29b26bc commit e3e59d1Copy full SHA for e3e59d1
1 file changed
.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.52.2}"
+YQ_VERSION="${YQ_VERSION:-v4.52.4}"
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