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 Jul 29, 2022
1 parent 9e34019 commit a52914e
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 @@ -44,7 +44,7 @@ params {
bandage_image = "quay.io/biocontainers/bandage:0.8.1--hc9558a2_2"
nonpareil_image = "quay.io/biocontainers/nonpareil:3.4.1--r41h9f5acd7_1"
jellyfish_image = "quay.io/biocontainers/kmer-jellyfish:2.3.0--h7d875b9_2"
ubuntu_image = "ubuntu:20.04"
ubuntu_image = "ubuntu:20.10"
assemblerResourceEstimator_image = "pbelmann/assembler_resource_estimator:0.1.0"
platon_image = "quay.io/biocontainers/platon:1.6--pyhdfd78af_1"
viralVerify_image = "quay.io/biocontainers/viralverify:1.1--hdfd78af_0"
Expand Down

0 comments on commit a52914e

Please sign in to comment.