Skip to content

Commit f442f15

Browse files
Automatic update of container definition files (#947)
- Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 989becf commit f442f15

12 files changed

+12
-12
lines changed

build/args/4.5.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ubuntu_series": "noble",
66
"ubuntu_version": "24.04",
77
"cran": "https://p3m.dev/cran/__linux__/noble/latest",
8-
"rstudio_version": "2025.05.1+513",
8+
"rstudio_version": "2025.09.0+387",
99
"ctan": "https://mirror.ctan.org/systems/texlive/tlnet",
1010
"r_major_latest": true,
1111
"r_minor_latest": true

build/args/devel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ubuntu_series": "latest",
66
"ubuntu_version": null,
77
"cran": "https://cloud.r-project.org",
8-
"rstudio_version": "2025.05.1+513",
8+
"rstudio_version": "2025.09.0+387",
99
"ctan": "https://mirror.ctan.org/systems/texlive/tlnet",
1010
"r_major_latest": null,
1111
"r_minor_latest": null

build/args/history.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ r_version r_release_date ubuntu_version r_freeze_date rstudio_version
2222
4.4.2 2024-10-31 24.04 2025-02-27 2024.12.1+563
2323
4.4.3 2025-02-28 24.04 2025-04-10 2024.12.1+563
2424
4.5.0 2025-04-11 24.04 2025-06-12 2025.05.1+513
25-
4.5.1 2025-06-13 24.04 2025.05.1+513
25+
4.5.1 2025-06-13 24.04 2025.09.0+387

build/variables/rstudio-versions.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rstudio_version rstudio_commit_date
2-
2023.12.1+402 2024-01-25
32
2024.04.0+735 2024-04-23
43
2024.04.1+748 2024-05-06
54
2024.04.2+764 2024-06-04
@@ -9,3 +8,4 @@ rstudio_version rstudio_commit_date
98
2024.12.1+563 2025-01-31
109
2025.05.0+496 2025-04-29
1110
2025.05.1+513 2025-05-30
11+
2025.09.0+387 2025-09-11

dockerfiles/geospatial_4.5.1.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh
2525
RUN /rocker_scripts/install_tidyverse.sh
2626

2727
ENV S6_VERSION="v2.1.0.2"
28-
ENV RSTUDIO_VERSION="2025.05.1+513"
28+
ENV RSTUDIO_VERSION="2025.09.0+387"
2929
ENV DEFAULT_USER="rstudio"
3030

3131
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

dockerfiles/geospatial_devel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh
2525
RUN /rocker_scripts/install_tidyverse.sh
2626

2727
ENV S6_VERSION="v2.1.0.2"
28-
ENV RSTUDIO_VERSION="2025.05.1+513"
28+
ENV RSTUDIO_VERSION="2025.09.0+387"
2929
ENV DEFAULT_USER="rstudio"
3030

3131
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

dockerfiles/rstudio_4.5.1.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
EOF
2323

2424
ENV S6_VERSION="v2.1.0.2"
25-
ENV RSTUDIO_VERSION="2025.05.1+513"
25+
ENV RSTUDIO_VERSION="2025.09.0+387"
2626
ENV DEFAULT_USER="rstudio"
2727

2828
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

dockerfiles/rstudio_devel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
EOF
2323

2424
ENV S6_VERSION="v2.1.0.2"
25-
ENV RSTUDIO_VERSION="2025.05.1+513"
25+
ENV RSTUDIO_VERSION="2025.09.0+387"
2626
ENV DEFAULT_USER="rstudio"
2727

2828
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

dockerfiles/tidyverse_4.5.1.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh
2525
RUN /rocker_scripts/install_tidyverse.sh
2626

2727
ENV S6_VERSION="v2.1.0.2"
28-
ENV RSTUDIO_VERSION="2025.05.1+513"
28+
ENV RSTUDIO_VERSION="2025.09.0+387"
2929
ENV DEFAULT_USER="rstudio"
3030

3131
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

dockerfiles/tidyverse_devel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh
2525
RUN /rocker_scripts/install_tidyverse.sh
2626

2727
ENV S6_VERSION="v2.1.0.2"
28-
ENV RSTUDIO_VERSION="2025.05.1+513"
28+
ENV RSTUDIO_VERSION="2025.09.0+387"
2929
ENV DEFAULT_USER="rstudio"
3030

3131
COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh

0 commit comments

Comments
 (0)