Skip to content

Commit

Permalink
Merge branch 'fix-postgres-crash' into 'maxiv'
Browse files Browse the repository at this point in the history
Force openssl to 3.1 to fix postgres crash

See merge request kits-maxiv/quetz!9
  • Loading branch information
beenje committed Dec 6, 2023
2 parents 646ab7b + 0b6d589 commit bac8e30
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 bac8e30

Please sign in to comment.