From 20f412f869add82bc2c957d86eea4ad57efcbf13 Mon Sep 17 00:00:00 2001 From: Joshua Orvis Date: Tue, 1 Sep 2020 10:05:14 -0500 Subject: [PATCH] Build update for release 0.10.0 --- build/Dockerfile | 2 +- build/rebuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index aae877df..bf352606 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -33,5 +33,5 @@ RUN wget -O /usr/bin/visualize_go_slim_mapping.R https://raw.githubusercontent.c RUN chmod +x /usr/bin/visualize_go_slim_mapping.R RUN pip3 install jinja2 -RUN pip3 install biocode==0.9.0 +RUN pip3 install biocode==0.10.0 RUN pip3 install numpy diff --git a/build/rebuild.sh b/build/rebuild.sh index 265c0ebd..84333d57 100755 --- a/build/rebuild.sh +++ b/build/rebuild.sh @@ -1,7 +1,7 @@ #!/bin/bash # This should match the PyPi version, which needs to be available first. -IMAGE_VERSION='0.9.0' +IMAGE_VERSION='0.10.0' docker rmi -f jorvis/biocode docker build --no-cache -t jorvis/biocode:latest -t jorvis/biocode:${IMAGE_VERSION} .