Skip to content

Commit 9ec9f3c

Browse files
Automatic update of container definition files (#972)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b9e6bd commit 9ec9f3c

12 files changed

+12
-12
lines changed

build/args/4.5.2.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.09.2+418",
8+
"rstudio_version": "2026.01.0+392",
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.09.2+418",
8+
"rstudio_version": "2026.01.0+392",
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
@@ -23,4 +23,4 @@ r_version r_release_date ubuntu_version r_freeze_date rstudio_version
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
2525
4.5.1 2025-06-13 24.04 2025-10-30 2025.09.2+418
26-
4.5.2 2025-10-31 24.04 2025.09.2+418
26+
4.5.2 2025-10-31 24.04 2026.01.0+392

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-
2024.04.2+764 2024-06-04
32
2024.09.0+375 2024-09-16
43
2024.09.1+394 2024-10-19
54
2024.12.0+467 2024-12-11
@@ -9,3 +8,4 @@ rstudio_version rstudio_commit_date
98
2025.09.0+387 2025-09-11
109
2025.09.1+401 2025-09-23
1110
2025.09.2+418 2025-10-20
11+
2026.01.0+392 2025-12-19

dockerfiles/geospatial_4.5.2.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.09.2+418"
28+
ENV RSTUDIO_VERSION="2026.01.0+392"
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.09.2+418"
28+
ENV RSTUDIO_VERSION="2026.01.0+392"
2929
ENV DEFAULT_USER="rstudio"
3030

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

dockerfiles/rstudio_4.5.2.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.09.2+418"
25+
ENV RSTUDIO_VERSION="2026.01.0+392"
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.09.2+418"
25+
ENV RSTUDIO_VERSION="2026.01.0+392"
2626
ENV DEFAULT_USER="rstudio"
2727

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

dockerfiles/tidyverse_4.5.2.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.09.2+418"
28+
ENV RSTUDIO_VERSION="2026.01.0+392"
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.09.2+418"
28+
ENV RSTUDIO_VERSION="2026.01.0+392"
2929
ENV DEFAULT_USER="rstudio"
3030

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

0 commit comments

Comments
 (0)