From 3f0c43d139e0f2eecc7a3eb69eb2e94e512be0de Mon Sep 17 00:00:00 2001 From: Nathan Palmer Date: Wed, 1 Nov 2023 11:10:15 -0400 Subject: [PATCH] fixed version number and data collection date --- Container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Container/Dockerfile b/Container/Dockerfile index 47bd91a..2b98866 100644 --- a/Container/Dockerfile +++ b/Container/Dockerfile @@ -386,8 +386,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.5.1 -ENV EPICONDUCTOR_COLLECTION_DATE 2023-10-31 +ENV EPICONDUCTOR_CONTAINER_VERSION v0.1.1 +ENV EPICONDUCTOR_COLLECTION_DATE 2023-11-01 RUN echo "EPICONDUCTOR_CONTAINER_VERSION=$EPICONDUCTOR_CONTAINER_VERSION" >> /usr/local/lib/R/etc/Renviron RUN echo "EPICONDUCTOR_COLLECTION_DATE=$EPICONDUCTOR_COLLECTION_DATE" >> /usr/local/lib/R/etc/Renviron