File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS)
25
25
26
26
# Dockerfile Linter
27
27
HADOLINT ="${HOME}/hadolint"
28
- HADOLINT_VERSION ="v1.22.1 "
28
+ HADOLINT_VERSION ="v1.23.0 "
29
29
30
30
# Enable BuildKit for Docker build
31
31
export DOCKER_BUILDKIT: =1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN conda install --quiet --yes \
27
27
'r-ggplot2=3.3*' \
28
28
'r-irkernel=1.1*' \
29
29
'r-rcurl=1.98*' \
30
- 'r-sparklyr=1.5 *' \
30
+ 'r-sparklyr=1.6 *' \
31
31
&& \
32
32
conda clean --all -f -y && \
33
33
fix-permissions "${CONDA_DIR}" && \
Original file line number Diff line number Diff line change 4
4
# Ubuntu 20.04 (focal)
5
5
# https://hub.docker.com/_/ubuntu/?tab=tags&name=focal
6
6
# OS/ARCH: linux/amd64
7
- ARG ROOT_CONTAINER=ubuntu:focal-20210119 @sha256:3093096ee188f8ff4531949b8f6115af4747ec1c58858c091c8cb4579c39cc4e
7
+ ARG ROOT_CONTAINER=ubuntu:focal-20210217 @sha256:e3d7ff9efd8431d9ef39a144c45992df5502c995b9ba3c53ff70c5b52a848d9c
8
8
9
9
ARG BASE_CONTAINER=$ROOT_CONTAINER
10
10
FROM $BASE_CONTAINER
@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
134
134
RUN conda install --quiet --yes \
135
135
'notebook=6.2.0' \
136
136
'jupyterhub=1.3.0' \
137
- 'jupyterlab=3.0.9 ' && \
137
+ 'jupyterlab=3.0.11 ' && \
138
138
conda clean --all -f -y && \
139
139
npm cache clean --force && \
140
140
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ USER root
18
18
# Default values can be overridden at build time
19
19
# (ARGS are in lower case to distinguish them from ENV)
20
20
# Check https://julialang.org/downloads/
21
- ARG julia_version="1.5.3 "
21
+ ARG julia_version="1.5.4 "
22
22
# SHA256 checksum
23
- ARG julia_checksum="f190c938dd6fed97021953240523c9db448ec0a6760b574afd4e9924ab5615f1 "
23
+ ARG julia_checksum="80dec351d1a593e8ad152636971a48d0c81bfcfab92c87f3604663616f1e8bc5 "
24
24
25
25
# R pre-requisites
26
26
RUN apt-get update && \
@@ -62,7 +62,7 @@ RUN conda install --quiet --yes \
62
62
'r-caret=6.0*' \
63
63
'r-crayon=1.4*' \
64
64
'r-devtools=2.3*' \
65
- 'r-forecast=8.13 *' \
65
+ 'r-forecast=8.14 *' \
66
66
'r-hexbin=1.28*' \
67
67
'r-htmltools=0.5*' \
68
68
'r-htmlwidgets=1.5*' \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN conda install --quiet --yes \
29
29
'r-caret=6.*' \
30
30
'r-crayon=1.4*' \
31
31
'r-devtools=2.3*' \
32
- 'r-forecast=8.13 *' \
32
+ 'r-forecast=8.14 *' \
33
33
'r-hexbin=1.28*' \
34
34
'r-htmltools=0.5*' \
35
35
'r-htmlwidgets=1.5*' \
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ USER $NB_UID
18
18
RUN conda install --quiet --yes \
19
19
'beautifulsoup4=4.9.*' \
20
20
'conda-forge::blas=*=openblas' \
21
- 'bokeh=2.2 .*' \
21
+ 'bokeh=2.3 .*' \
22
22
'bottleneck=1.3.*' \
23
23
'cloudpickle=1.6.*' \
24
24
'cython=0.29.*' \
25
- 'dask=2021.2 .*' \
25
+ 'dask=2021.3 .*' \
26
26
'dill=0.3.*' \
27
27
'h5py=3.1.*' \
28
28
'ipywidgets=7.6.*' \
29
29
'ipympl=0.6.*' \
30
30
'matplotlib-base=3.3.*' \
31
- 'numba=0.52 .*' \
31
+ 'numba=0.53 .*' \
32
32
'numexpr=2.7.*' \
33
33
'pandas=1.2.*' \
34
34
'patsy=0.5.*' \
@@ -38,7 +38,7 @@ RUN conda install --quiet --yes \
38
38
'scikit-learn=0.24.*' \
39
39
'scipy=1.6.*' \
40
40
'seaborn=0.11.*' \
41
- 'sqlalchemy=1.3 .*' \
41
+ 'sqlalchemy=1.4 .*' \
42
42
'statsmodels=0.12.*' \
43
43
'sympy=1.7.*' \
44
44
'vincent=0.4.*' \
You can’t perform that action at this time.
0 commit comments