From 0b7aa124de05cf9a0186d60b2abe7f77f501dd9e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 18 Feb 2022 18:38:26 +0100 Subject: [PATCH] Bump dask and distributed to 2022.02.0 (#474) --- dask-gateway/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dask-gateway/Dockerfile b/dask-gateway/Dockerfile index 35dec289..c564421e 100644 --- a/dask-gateway/Dockerfile +++ b/dask-gateway/Dockerfile @@ -52,8 +52,11 @@ ENTRYPOINT ["tini", "-g", "--"] # ** An image with all of dask-gateway's dependencies ** FROM miniconda as dependencies -ARG DASK_VERSION=2021.11.2 -ARG DISTRIBUTED_VERSION=2021.11.2 +# Latest versions can be found at: +# - dask: https://anaconda.org/conda-forge/dask +# - distributed: https://anaconda.org/conda-forge/distributed +ARG DASK_VERSION=2022.02.0 +ARG DISTRIBUTED_VERSION=2022.02.0 # - Installs dask and dependencies # - Cleans up conda files