Skip to content

Commit

Permalink
Bump dask and distributed to 2022.02.0 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 18, 2022
1 parent 7a5f8eb commit 0b7aa12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dask-gateway/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 0b7aa12

Please sign in to comment.