Skip to content

Commit ea18a54

Browse files
committed
Fix Dockerfiles
- Pin httpx to v0.27.2
1 parent bf4fae4 commit ea18a54

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.devcontainer/Julia.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
6969
## Install Python related stuff
7070
## Install JupyterLab
7171
&& pip install --no-cache-dir \
72+
httpx==0.27.2 \
7273
jupyter-server-proxy \
7374
jupyterlab=="$JUPYTERLAB_VERSION" \
7475
jupyterlab-git \

.devcontainer/Mojo.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
7979
## Install Python related stuff
8080
## Install JupyterLab
8181
&& pip install --no-cache-dir \
82+
httpx==0.27.2 \
8283
jupyter-server-proxy \
8384
jupyterlab=="$JUPYTERLAB_VERSION" \
8485
jupyterlab-git \

.devcontainer/Python.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
7474
## Install Python related stuff
7575
## Install JupyterLab
7676
&& pip install --no-cache-dir \
77+
httpx==0.27.2 \
7778
jupyter-server-proxy \
7879
jupyterlab=="$JUPYTERLAB_VERSION" \
7980
jupyterlab-git \

.devcontainer/R.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
155155
## Install Python related stuff
156156
## Install JupyterLab
157157
&& pip install --no-cache-dir \
158+
httpx==0.27.2 \
158159
jupyter-server-proxy \
159160
jupyterlab=="$JUPYTERLAB_VERSION" \
160161
jupyterlab-git \

0 commit comments

Comments
 (0)