Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
image: r-minimal
context: r-minimal
base_image: base
r_version_1: 4.5.2
r_version_1: 4.5.3
r_version_2: 4.4.3
secrets: inherit
r-datascience:
Expand All @@ -51,7 +51,7 @@ jobs:
image: r-datascience
context: r-datascience
base_image: r-minimal
r_version_1: 4.5.2
r_version_1: 4.5.3
r_version_2: 4.4.3
secrets: inherit
jupyter-python:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
image: rstudio
context: rstudio
base_image: r-datascience
r_version_1: 4.5.2
r_version_1: 4.5.3
r_version_2: 4.4.3
secrets: inherit
sparkr:
Expand All @@ -187,7 +187,7 @@ jobs:
image: sparkr
context: spark
base_image: r-minimal
r_version_1: 4.5.2
r_version_1: 4.5.3
r_version_2: 4.4.3
spark_version: 4.1.1
build_gpu: false
Expand All @@ -199,7 +199,7 @@ jobs:
image: rstudio-sparkr
context: rstudio
base_image: sparkr
r_version_1: 4.5.2
r_version_1: 4.5.3
r_version_2: 4.4.3
spark_version: 4.1.1
build_gpu: false
Expand All @@ -211,7 +211,7 @@ jobs:
image: r-python-julia
context: r-python-julia
base_image: r-datascience
r_version_1: 4.5.2
r_version_1: 4.5.3
python_version_1: 3.13.12
build_gpu: false
secrets: inherit
Expand All @@ -222,7 +222,7 @@ jobs:
image: vscode-r-python-julia
context: vscode
base_image: r-python-julia
r_version_1: 4.5.2
r_version_1: 4.5.3
python_version_1: 3.13.12
build_gpu: false
secrets: inherit
Expand All @@ -233,7 +233,7 @@ jobs:
image: jupyter-r-python-julia
context: jupyter
base_image: r-python-julia
r_version_1: 4.5.2
r_version_1: 4.5.3
python_version_1: 3.13.12
build_gpu: false
secrets: inherit
Expand All @@ -244,7 +244,7 @@ jobs:
image: rstudio-r-python-julia
context: rstudio
base_image: r-python-julia
r_version_1: 4.5.2
r_version_1: 4.5.3
python_version_1: 3.13.12
build_gpu: false
secrets: inherit
2 changes: 1 addition & 1 deletion r-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE
LABEL maintainer="InseeFrLab <innovation@insee.fr>"

# R Config
ARG R_VERSION="4.5.2"
ARG R_VERSION="4.5.3"
ENV R_VERSION=${R_VERSION}
ENV R_HOME="/usr/local/lib/R"
ENV DEFAULT_USER="${USERNAME}"
Expand Down