diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-05 14:03:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 14:03:13 -0500 |
commit | 59edb690e9b4ecb128bbf449c92c04677228aa63 (patch) | |
tree | 16d18947d93f04d50d0725a7687b6981ae594373 | |
parent | 30fd6805f2fffd4924114f1ec781877cf3e41303 (diff) | |
parent | cfb545476b5e014b8d902ee6d448bb116ec52b88 (diff) | |
download | docker-buildsys-59edb690e9b4ecb128bbf449c92c04677228aa63.tar.gz |
Merge pull request #13 from jhunkeler/conda4512
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 |