use R 4.4.3 in images
This commit is contained in:
parent
d903cf883e
commit
468c45a4be
1 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ RUN curl -s -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Sour
|
|||
|
||||
FROM alpine:3.21 AS final
|
||||
|
||||
ARG R_VERSION=4.4.2
|
||||
ARG R_VERSION=4.4.3
|
||||
ENV PATH=/opt/R/${R_VERSION}/bin:$PATH
|
||||
ENV TZ="Europe/Berlin"
|
||||
ENV R_LIBS_USER=/mnt/cache/R-pkgs
|
||||
|
|
|
|||
Loading…
Reference in a new issue