Skip to content

Commit

Permalink
Update picard image to use v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieLF committed Sep 20, 2024
1 parent ad2a7e2 commit b17fbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ multiqc = '1.14'
openpyxl = '3.1.2'
outrider = '1.18.1'
peer = '1.3'
picard = '2.27.4'
picard = '3.2.0'
reviewer = '0.2.7'
reviewer_bw2 = '0.2.7-bw2-fork-0.2'
r-meta = '7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion images/picard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

ENV MAMBA_ROOT_PREFIX /root/micromamba
ENV PATH $MAMBA_ROOT_PREFIX/bin:$PATH
ARG VERSION=${VERSION:-2.27.4}
ARG VERSION=${VERSION:-3.2.0}

RUN apt-get update && apt-get install -y git wget bash bzip2 zip && \
rm -r /var/lib/apt/lists/* && \
Expand Down

0 comments on commit b17fbc9

Please sign in to comment.