Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2022
1 parent 12f4b4a commit c71c7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/toolkit-bwa-samtools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/biocontainers/bwa:0.7.17--h5bf99c6_8 AS bwa

FROM ubuntu:20.04
FROM ubuntu:20.10
ENV SAMTOOLS=samtools-1.12
RUN apt update && apt install -y bc libgomp1 libgetopt-complete-perl wget autoconf automake make gcc perl zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev libncurses5-dev
RUN wget -qO- https://github.com/samtools/samtools/releases/download/1.12/samtools-1.12.tar.bz2 | tar jxvf - &&\
Expand Down

0 comments on commit c71c7e5

Please sign in to comment.