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 Apr 19, 2022
1 parent 7a34e2c commit 8ece387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params {
}

bandage_image = "quay.io/biocontainers/bandage:0.8.1--hc9558a2_2"
ubuntu_image = "ubuntu:20.04"
ubuntu_image = "ubuntu:20.10"
platon_image = "quay.io/biocontainers/platon:1.6--pyhdfd78af_1"
viralVerify_image = "quay.io/biocontainers/viralverify:1.1--hdfd78af_0"
mobSuite_image = "metagenomics/toolkit-mob-suite:3.0.3"
Expand Down

0 comments on commit 8ece387

Please sign in to comment.