Skip to content

Commit

Permalink
Force openssl to 3.1 to fix postgres crash
Browse files Browse the repository at this point in the history
See conda-forge/psycopg2-feedstock#94
There is an issue with openssl 3.2.0
  • Loading branch information
beenje committed Dec 6, 2023
1 parent 646ab7b commit 0b6d589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.maxiv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN micromamba install -y -n base -c conda-forge \
python=3.11 \
pip \
psycopg2 \
openssl=3.1 \
py-rattler \
quetz=0.10.4 \
quetz-frontend=0.4.0 \
Expand Down

0 comments on commit 0b6d589

Please sign in to comment.