File tree 3 files changed +9
-8
lines changed
resources/helm/images/dask-gateway-base
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM daskgateway/dask-gateway-base:0.7.0 AS dependencies
1
+ FROM daskgateway/dask-gateway-base:0.7.1 AS dependencies
2
2
LABEL MAINTAINER="Jim Crist-Harif"
3
3
4
4
# Install dependencies
Original file line number Diff line number Diff line change 1
- FROM daskgateway/dask-gateway-base:0.7.0 as dependencies
1
+ FROM daskgateway/dask-gateway-base:0.7.1 as dependencies
2
2
LABEL MAINTAINER="Jim Crist-Harif"
3
3
4
4
# Does the following in one layer
@@ -9,9 +9,10 @@ LABEL MAINTAINER="Jim Crist-Harif"
9
9
# - Removes unminified bokeh js
10
10
RUN /opt/conda/bin/conda install -c conda-forge --freeze-installed -y \
11
11
aiohttp=3.6.2 \
12
- dask==2.14.0 \
13
- numpy==1.18.1 \
14
- pandas==1.0.3 \
12
+ dask==2.21.0 \
13
+ distributed==2.21.0 \
14
+ numpy==1.19.1 \
15
+ pandas==1.0.5 \
15
16
&& /opt/conda/bin/conda clean -afy \
16
17
&& find /opt/conda/ -follow -type f -name '*.a' -delete \
17
18
&& find /opt/conda/ -follow -type f -name '*.js.map' -delete \
Original file line number Diff line number Diff line change 1
- FROM debian:10.3 -slim
1
+ FROM debian:10.4 -slim
2
2
LABEL MAINTAINER="Jim Crist-Harif"
3
3
4
- ENV CONDA_VERSION py37_4.8.2
5
- ENV CONDA_SHA256 957d2f0f0701c3d1335e3b39f235d197837ad69a944fa6f5d8ad2c686b69df3b
4
+ ENV CONDA_VERSION py37_4.8.3
5
+ ENV CONDA_SHA256 bb2e3cedd2e78a8bb6872ab3ab5b1266a90f8c7004a22d8dc2ea5effeb6a439a
6
6
7
7
# We do the following all in one block:
8
8
# - Create user dask
You can’t perform that action at this time.
0 commit comments