diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index da7b669d..ed488966 100644 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -10,7 +10,7 @@ echo "================================" # Install yq (YAML processor) - required for JCasc configuration echo "📦 Installing yq YAML processor..." -YQ_VERSION="${YQ_VERSION:-v4.48.1}" +YQ_VERSION="${YQ_VERSION:-v4.48.2}" YQ_URL="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" # Try wget first, fall back to curl if unavailable