diff --git a/.crow/build.yaml b/.crow/build.yaml index 1ab6777..abe3097 100644 --- a/.crow/build.yaml +++ b/.crow/build.yaml @@ -98,7 +98,7 @@ steps: commands: - apk add -q --no-cache curl - curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-release-version.txt - - echo "4.3.3" > r-release-version.txt + - echo "4.2.3" > r-release-version.txt - cat r-release-version.txt backend_options: kubernetes: