diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-05 14:02:28 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-05 14:02:28 -0500 |
commit | cfb545476b5e014b8d902ee6d448bb116ec52b88 (patch) | |
tree | 16d18947d93f04d50d0725a7687b6981ae594373 | |
parent | 30fd6805f2fffd4924114f1ec781877cf3e41303 (diff) | |
download | docker-buildsys-cfb545476b5e014b8d902ee6d448bb116ec52b88.tar.gz |
Update conda version: 4.5.12
-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.4.10 +ARG MC_VERSION=4.5.12 ARG MC_PLATFORM=Linux ARG MC_ARCH=x86_64 ARG MC_URL=https://repo.continuum.io/miniconda # Conda root -ARG CONDA_VERSION=4.4.10 -ARG CONDA_BUILD_VERSION=3.5.0 +ARG CONDA_VERSION=4.5.12 +ARG CONDA_BUILD_VERSION=3.17.3 ARG CONDA_PACKAGES # Declare environment |