File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4141 image : r-minimal
4242 context : r-minimal
4343 base_image : base
44- r_version_1 : 4.5.1
44+ r_version_1 : 4.5.2
4545 r_version_2 : 4.4.3
4646 secrets : inherit
4747 r-datascience :
5151 image : r-datascience
5252 context : r-datascience
5353 base_image : r-minimal
54- r_version_1 : 4.5.1
54+ r_version_1 : 4.5.2
5555 r_version_2 : 4.4.3
5656 secrets : inherit
5757 jupyter-python :
@@ -177,7 +177,7 @@ jobs:
177177 image : rstudio
178178 context : rstudio
179179 base_image : r-datascience
180- r_version_1 : 4.5.1
180+ r_version_1 : 4.5.2
181181 r_version_2 : 4.4.3
182182 secrets : inherit
183183 sparkr :
@@ -187,7 +187,7 @@ jobs:
187187 image : sparkr
188188 context : spark
189189 base_image : r-minimal
190- r_version_1 : 4.5.1
190+ r_version_1 : 4.5.2
191191 r_version_2 : 4.4.3
192192 spark_version : 3.5.7
193193 build_gpu : false
@@ -199,7 +199,7 @@ jobs:
199199 image : rstudio-sparkr
200200 context : rstudio
201201 base_image : sparkr
202- r_version_1 : 4.5.1
202+ r_version_1 : 4.5.2
203203 r_version_2 : 4.4.3
204204 spark_version : 3.5.7
205205 build_gpu : false
@@ -211,7 +211,7 @@ jobs:
211211 image : r-python-julia
212212 context : r-python-julia
213213 base_image : r-datascience
214- r_version_1 : 4.5.1
214+ r_version_1 : 4.5.2
215215 python_version_1 : 3.13.8
216216 build_gpu : false
217217 secrets : inherit
@@ -222,7 +222,7 @@ jobs:
222222 image : vscode-r-python-julia
223223 context : vscode
224224 base_image : r-python-julia
225- r_version_1 : 4.5.1
225+ r_version_1 : 4.5.2
226226 python_version_1 : 3.13.8
227227 build_gpu : false
228228 secrets : inherit
@@ -233,7 +233,7 @@ jobs:
233233 image : jupyter-r-python-julia
234234 context : jupyter
235235 base_image : r-python-julia
236- r_version_1 : 4.5.1
236+ r_version_1 : 4.5.2
237237 python_version_1 : 3.13.8
238238 build_gpu : false
239239 secrets : inherit
@@ -244,7 +244,7 @@ jobs:
244244 image : rstudio-r-python-julia
245245 context : rstudio
246246 base_image : r-python-julia
247- r_version_1 : 4.5.1
247+ r_version_1 : 4.5.2
248248 python_version_1 : 3.13.8
249249 build_gpu : false
250250 secrets : inherit
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BASE_IMAGE
44LABEL maintainer="InseeFrLab <innovation@insee.fr>"
55
66# R Config
7- ARG R_VERSION="4.5.1 "
7+ ARG R_VERSION="4.5.2 "
88ENV R_VERSION=${R_VERSION}
99ENV R_HOME="/usr/local/lib/R"
1010ENV DEFAULT_USER="${USERNAME}"
You can’t perform that action at this time.
0 commit comments