Skip to content

Commit

Permalink
Merge pull request #129 from lorenzwalthert/upgrade-r
Browse files Browse the repository at this point in the history
update R version and SHA
  • Loading branch information
asottile authored Apr 30, 2022
2 parents 9e9e4bc + efb2fea commit ee0d179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions languages/R/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -euxo pipefail

R_VERSION=4.0.2
R_SHA256=d3bceab364da0876625e4097808b42512395fdf41292f4915ab1fd257c1bbe75
R_VERSION=4.2.0
R_SHA256=38eab7719b7ad095388f06aa090c5a2b202791945de60d3e2bb0eab1f5097488
# https://hypatia.math.ethz.ch/pipermail/r-announce/2022/000683.html

podman build \
--build-arg=R_VERSION="$R_VERSION" \
Expand Down

0 comments on commit ee0d179

Please sign in to comment.