Skip to content

Conversation

@eddelbuettel
Copy link
Contributor

Standard update to the new R release made by upstream this morning, and using the Debian (unstable, as made today) package prepared earlier.

No changes in the container setup or build besides the upgrade from R 4.5.1 to R 4.5.2, and with the commit in our repo correctly including referenced directory 4.5.2 as well as latest (with identical Dockerfiles).

@eddelbuettel eddelbuettel requested a review from a team as a code owner October 31, 2025 22:21
@github-actions
Copy link

Diff for 284533e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8678a3a..31488f4 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
 Maintainers: Carl Boettiger <[email protected]> (@cboettig), Dirk Eddelbuettel <[email protected]> (@eddelbuettel)
 GitRepo: https://github.com/rocker-org/rocker.git
 
-Tags: 4.5.1, latest
+Tags: 4.5.2, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 6971f6286e907991a3b78e9d261ede20f9c31f49
-Directory: r-base/4.5.1
+GitCommit: 446076ee8e7dc3a18bad99b84737af9dd28f0231
+Directory: r-base/4.5.2
diff --git a/_bashbrew-list b/_bashbrew-list
index 9b5f4e7..f66548b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-r-base:4.5.1
+r-base:4.5.2
 r-base:latest
diff --git a/r-base_latest/Dockerfile b/r-base_latest/Dockerfile
index bac31e4..da924ec 100644
--- a/r-base_latest/Dockerfile
+++ b/r-base_latest/Dockerfile
@@ -39,7 +39,7 @@ RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/
         && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default \
         && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends
 
-ENV R_BASE_VERSION=4.5.1
+ENV R_BASE_VERSION=4.5.2
 
 # ## During the freeze, new (source) packages are in experimental and we place the binaries in our PPA
 # RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list \

Relevant Maintainers:

@yosifkit yosifkit merged commit bb4efa5 into docker-library:master Oct 31, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants