diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-02-22 13:04:57 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-02-22 13:04:57 -0500 |
commit | 0bec7dfd1f8309656c8ff2025ce9a5b304ad6e27 (patch) | |
tree | 42826454a69e257e09ca6201f0afd04b4e132444 /Dockerfile | |
parent | 62a316a7e061904de4159432881c931d04cd03ee (diff) | |
download | docker-buildsys-0bec7dfd1f8309656c8ff2025ce9a5b304ad6e27.tar.gz |
Update miniconda/conda/conda-build to latest
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,14 +3,14 @@ FROM centos:6.9 # Declare build-time environment # Miniconda -ARG MC_VERSION=4.3.21 +ARG MC_VERSION=4.4.10 ARG MC_PLATFORM=Linux ARG MC_ARCH=x86_64 ARG MC_URL=https://repo.continuum.io/miniconda # Conda root -ARG CONDA_VERSION=4.3.25 -ARG CONDA_BUILD_VERSION=3.0.14 +ARG CONDA_VERSION=4.4.10 +ARG CONDA_BUILD_VERSION=3.5.0 ARG CONDA_PACKAGES # Declare environment |