summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-22 13:05:37 -0500
committerGitHub <noreply@github.com>2018-02-22 13:05:37 -0500
commitca55992134ef987080e4168379dc8f23ca803ca8 (patch)
tree42826454a69e257e09ca6201f0afd04b4e132444
parent62a316a7e061904de4159432881c931d04cd03ee (diff)
parent0bec7dfd1f8309656c8ff2025ce9a5b304ad6e27 (diff)
downloaddocker-buildsys-ca55992134ef987080e4168379dc8f23ca803ca8.tar.gz
Merge pull request #8 from jhunkeler/update-miniconda
Update miniconda/conda/conda-build to latest
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 3f0b0b9..2399528 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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