From e1b0fa77f2510d0a35437cf2be1801bdbf0a8884 Mon Sep 17 00:00:00 2001 From: Sam Pullman Date: Fri, 9 Feb 2024 15:18:26 -0500 Subject: [PATCH] updating version number and collection date --- Container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Container/Dockerfile b/Container/Dockerfile index bde4340..33c7ebf 100644 --- a/Container/Dockerfile +++ b/Container/Dockerfile @@ -354,8 +354,8 @@ RUN chmod -R 777 /usr/local/lib/R/library RUN chmod -R 777 /usr/local/lib/R/doc/html/packages.html # Declare which version of the container this is, and make it available inside the container -ENV EPICONDUCTOR_CONTAINER_VERSION v0.4.0 -ENV EPICONDUCTOR_COLLECTION_DATE 2024-01-24 +ENV EPICONDUCTOR_CONTAINER_VERSION v0.4.1 +ENV EPICONDUCTOR_COLLECTION_DATE 2024-02-09 RUN echo "EPICONDUCTOR_CONTAINER_VERSION=$EPICONDUCTOR_CONTAINER_VERSION" >> /usr/local/lib/R/etc/Renviron.site RUN echo "EPICONDUCTOR_COLLECTION_DATE=$EPICONDUCTOR_COLLECTION_DATE" >> /usr/local/lib/R/etc/Renviron.site