Skip to content

Commit

Permalink
Merge pull request #89 from ccb-hms/bugfix/EPICONDUCTOR_CONTAINER_VER…
Browse files Browse the repository at this point in the history
…SION-v0.1.0

correected version number
  • Loading branch information
nathan-palmer authored Oct 3, 2023
2 parents 467d901 + 8b3244e commit 1e955e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ RUN runuser -m -p mssql -c '/opt/mssql/bin/sqlservr &' \
&& Rscript /NHANES/translateRawTables.R

# Declare which version of the container this is, and make it available inside the container
ENV EPICONDUCTOR_CONTAINER_VERSION v0.5.0
ENV EPICONDUCTOR_CONTAINER_VERSION v0.1.0
ENV EPICONDUCTOR_COLLECTION_DATE 2023-10-02

RUN echo "EPICONDUCTOR_CONTAINER_VERSION=$EPICONDUCTOR_CONTAINER_VERSION" >> /usr/local/lib/R/etc/Renviron
Expand Down

0 comments on commit 1e955e3

Please sign in to comment.