Skip to content

Commit

Permalink
Merge pull request #9 from jenniferliddle/devel
Browse files Browse the repository at this point in the history
Update version numbers
  • Loading branch information
kjsanger authored Feb 29, 2024
2 parents 29041a9 + e9e5701 commit fdf78db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:18.04 AS samtools_build
ARG HTSLIB_VERSION=1.19.1
ARG SAMTOOLS_VERSION=1.19.2
ARG BCFTOOLS_VERSION=1.19
ARG IRODS_VERSION="4.2.12"
ARG IRODS_VERSION="4.2.11"
ARG DEFLATE_VERSION=1.19

COPY irods_clients_dev /opt/docker/irods_clients_dev
Expand Down
6 changes: 3 additions & 3 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ samtools.$(TAG): Dockerfile
--build-arg BASE_IMAGE=$(DOCKER_PREFIX)/ub-16.04-base \
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.7 \
--build-arg IRODS_VERSION=4.2.11 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.19 \
--build-arg SAMTOOLS_VERSION=1.19 \
--build-arg HTSLIB_VERSION=1.19.1 \
--build-arg SAMTOOLS_VERSION=1.19.2 \
--build-arg BCFTOOLS_VERSION=1.19 \
--label org.opencontainers.image.title="samtools" \
--label org.opencontainers.image.source=$(git_url) \
Expand Down

0 comments on commit fdf78db

Please sign in to comment.