Skip to content

Commit 693fad9

Browse files
authored
New release of lr-basic (0.1.2) (#507)
- Several updates to `lr-basic` docker image. - Updated base docker image to ubuntu:22.04. - Updated samtools to 1.22.1 - Updated bcftools to 1.22 - Incremented lr-basic docker image version to 0.1.2
1 parent 4302ea5 commit 693fad9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/lr-basic/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# some basic bioinformatics utilities.
22

33
############### stage 0: build samtools and bcftools from source
4-
FROM ubuntu:18.04
4+
FROM ubuntu:22.04
55

66
ARG DEBIAN_FRONTEND=noninteractive
7-
ARG SAMTOOLS_VERSION=1.13
8-
ARG BCFTOOLS_VERSION=1.13
7+
ARG SAMTOOLS_VERSION=1.22.1
8+
ARG BCFTOOLS_VERSION=1.22
99
RUN apt-get -qqy update --fix-missing && \
1010
apt-get -qqy dist-upgrade && \
1111
apt-get -qqy install --no-install-recommends \
@@ -41,7 +41,7 @@ RUN apt-get -qqy update --fix-missing && \
4141
bcftools --help
4242

4343
############### stage 1: other commonly used bioinformatics utilities
44-
FROM ubuntu:18.04
44+
FROM ubuntu:22.04
4545

4646
ENV HOME=/root
4747

docker/lr-basic/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.1.1
1+
VERSION = 0.1.2
22
TAG1 = us.gcr.io/broad-dsp-lrma/lr-basic:$(VERSION)
33
TAG2 = us.gcr.io/broad-dsp-lrma/lr-basic:latest
44

0 commit comments

Comments
 (0)