Skip to content

Commit

Permalink
We were using openssl 3 before, but looks like what was changed is xr…
Browse files Browse the repository at this point in the history
…ootd version, changing from v5.5.3 to v5.6.1 - breaks TLS
  • Loading branch information
oshadura committed Aug 10, 2023
1 parent ed95492 commit 443ae80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN mamba install --yes \
htcondor \
xgboost \
pyhf \
xrootd==5.5.3 \
scipy>=1.8.1 \
cabinetry>=0.5.1 \
vector \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ RUN mamba install --quiet --yes \
'jupyterlab'==3.6.1 \
jupyterlab_widgets==3.0.7 \
jupyterlab-git==0.41.0 \
openssl==3.1.0 \
dask_labextension && \
mamba clean \
--all \
Expand Down Expand Up @@ -212,6 +211,7 @@ RUN mamba install --yes \
htcondor \
xgboost \
pyhf \
xrootd==5.5.3 \
scipy>=1.8.1 \
cabinetry>=0.5.1 \
vector \
Expand Down

0 comments on commit 443ae80

Please sign in to comment.