summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-02-05 14:03:13 -0500
committerGitHub <noreply@github.com>2019-02-05 14:03:13 -0500
commit59edb690e9b4ecb128bbf449c92c04677228aa63 (patch)
tree16d18947d93f04d50d0725a7687b6981ae594373 /Dockerfile
parent30fd6805f2fffd4924114f1ec781877cf3e41303 (diff)
parentcfb545476b5e014b8d902ee6d448bb116ec52b88 (diff)
downloaddocker-buildsys-59edb690e9b4ecb128bbf449c92c04677228aa63.tar.gz
Merge pull request #13 from jhunkeler/conda4512
Update conda version: 4.5.12
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d12718d..f6de471 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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