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.
2 parents 02212c6 + d17afd6 commit 084d7dfCopy full SHA for 084d7df
languages/R/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:focal
+FROM ubuntu:jammy
2
RUN : \
3
# https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list
4
&& sed -i 's/^# deb-src /deb-src /' /etc/apt/sources.list \
languages/R/build.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -euxo pipefail
-R_VERSION=4.2.0
5
-R_SHA256=38eab7719b7ad095388f06aa090c5a2b202791945de60d3e2bb0eab1f5097488
6
-# https://hypatia.math.ethz.ch/pipermail/r-announce/2022/000683.html
+R_VERSION=4.2.1
+R_SHA256=4d52db486d27848e54613d4ee977ad952ec08ce17807e1b525b10cd4436c643f
+# https://www.r-project.org/
7
8
podman build \
9
--build-arg=R_VERSION="$R_VERSION" \
0 commit comments