summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-02-22 13:04:57 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-02-22 13:04:57 -0500
commit0bec7dfd1f8309656c8ff2025ce9a5b304ad6e27 (patch)
tree42826454a69e257e09ca6201f0afd04b4e132444
parent62a316a7e061904de4159432881c931d04cd03ee (diff)
downloaddocker-buildsys-0bec7dfd1f8309656c8ff2025ce9a5b304ad6e27.tar.gz
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