Skip to content

Commit b665923

Browse files
committed
Updated R base version in Docker image.
Signed-off-by: kilo52 <[email protected]>
1 parent 2d02cca commit b665923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

r/01_library/source/.docker/Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Docker image to build and test the ${{VAR_PROJECT_NAME}} project
44
# #
55
###############################################################################
6-
FROM r-base:4.5.0
6+
FROM r-base:4.5.2
77

88
# Arguments
99
ARG UID=0

r/02_library_native_rcpp/source/.docker/Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Docker image to build and test the ${{VAR_PROJECT_NAME}} project
44
# #
55
###############################################################################
6-
FROM r-base:4.5.0
6+
FROM r-base:4.5.2
77

88
# Arguments
99
ARG UID=0

0 commit comments

Comments
 (0)