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 23, 2023
1 parent 32450ce commit 58c5c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 docker/toolkit-bwa2-samtools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/biocontainers/bwa-mem2:2.2.1--hd03093a_2 AS bwa-mem2

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 docker/toolkit-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ubuntu:20.04
FROM ubuntu:20.10

0 comments on commit 58c5c11

Please sign in to comment.