Skip to content

Commit

Permalink
Preparing new Palladium release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alattner committed Mar 7, 2016
1 parent d82922d commit 7ad551e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1.dev1
1.0.1
4 changes: 2 additions & 2 deletions addons/docker/palladium_base_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN conda config --add channels https://conda.binstar.org/ottogroup \
&& conda config --set ssl_verify false \
&& conda update --yes conda

RUN wget --no-check-certificate https://raw.githubusercontent.com/ottogroup/palladium/1.0/requirements.txt
RUN wget --no-check-certificate https://raw.githubusercontent.com/ottogroup/palladium/1.0.1/requirements.txt

RUN conda install --yes --file requirements.txt

RUN conda install --no-deps palladium==1.0
RUN conda install --no-deps palladium==1.0.1
4 changes: 2 additions & 2 deletions docs/user/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ Run ``docker build`` in your terminal:

.. code-block:: bash
sudo docker build -t myname/palladium-base:1.0 .
sudo docker build -t myname/palladium-base:1.0.1 .
A Docker image with the name ``myname/palladium-base:1.0`` should now
A Docker image with the name ``myname/palladium-base:1.0.1`` should now
be created. You can check this with:

.. code-block:: bash
Expand Down

0 comments on commit 7ad551e

Please sign in to comment.