Skip to content

Commit

Permalink
fix: pin cadd-scripts to 1.6-1 to increase stability
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored and stolpeo committed Feb 7, 2024
1 parent 67be565 commit 651da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN ["/bin/bash","-c", "cd /tmp && \
source /opt/miniconda3/bin/activate && \
conda install -c conda-forge -y mamba && \
mamba install -c conda-forge -c bioconda -y \
cadd-scripts==1.6.0 && \
cadd-scripts==1.6.post1 && \
rm -f Mambaforge-Linux-x86_64.sh"]

COPY --from=deps /usr/src/app/.venv /usr/src/app/.venv
Expand Down

0 comments on commit 651da2d

Please sign in to comment.