Skip to content

Commit bc35562

Browse files
authored
Merge pull request #81 from kjsanger/feature/baton-4.2.1
Update default and deployed baton version to 4.2.1
2 parents 4cf91cd + f7ff6ad commit bc35562

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docker/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ub-16.04-irods-clients-4.2.7.$(TAG): irods_clients/ubuntu/16.04/Dockerfile ub-16
157157
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
158158
--build-arg DOCKER_TAG=$(TAG) \
159159
--build-arg IRODS_VERSION=4.2.7 \
160-
--build-arg BATON_VERSION=4.2.0 \
160+
--build-arg BATON_VERSION=4.2.1 \
161161
--build-arg HTSLIB_VERSION=1.18 \
162162
--build-arg SAMTOOLS_VERSION=1.18 \
163163
--build-arg BCFTOOLS_VERSION=1.18 \
@@ -178,7 +178,7 @@ ub-18.04-irods-clients-4.2.11.$(TAG): irods_clients/ubuntu/Dockerfile ub-18.04-b
178178
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
179179
--build-arg DOCKER_TAG=$(TAG) \
180180
--build-arg IRODS_VERSION=4.2.11 \
181-
--build-arg BATON_VERSION=4.2.0 \
181+
--build-arg BATON_VERSION=4.2.1 \
182182
--build-arg HTSLIB_VERSION=1.18 \
183183
--build-arg SAMTOOLS_VERSION=1.18 \
184184
--build-arg BCFTOOLS_VERSION=1.18 \
@@ -200,7 +200,7 @@ ub-18.04-irods-clients-4.2.12.$(TAG): irods_clients/ubuntu/Dockerfile ub-18.04-b
200200
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
201201
--build-arg DOCKER_TAG=$(TAG) \
202202
--build-arg IRODS_VERSION=4.2.12 \
203-
--build-arg BATON_VERSION=4.2.0 \
203+
--build-arg BATON_VERSION=4.2.1 \
204204
--build-arg HTSLIB_VERSION=1.18 \
205205
--build-arg SAMTOOLS_VERSION=1.18 \
206206
--build-arg BCFTOOLS_VERSION=1.18 \
@@ -222,7 +222,7 @@ ub-22.04-irods-clients-4.3-nightly.$(TAG): irods_clients/ubuntu/22.04/Dockerfile
222222
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
223223
--build-arg DOCKER_TAG=$(TAG) \
224224
--build-arg IRODS_VERSION=4.3-nightly \
225-
--build-arg BATON_VERSION=4.2.0 \
225+
--build-arg BATON_VERSION=4.2.1 \
226226
--build-arg HTSLIB_VERSION=1.18 \
227227
--build-arg SAMTOOLS_VERSION=1.18 \
228228
--build-arg BCFTOOLS_VERSION=1.18 \

docker/irods_clients/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM $BASE_IMAGE as installer
77
ARG IRODS_VERSION="4.2.7"
88

99
# These defaults are the latest usable versions
10-
ARG BATON_VERSION="4.2.0"
10+
ARG BATON_VERSION="4.2.1"
1111
ARG HTSLIB_VERSION="1.18"
1212
ARG SAMTOOLS_VERSION="1.18"
1313
ARG BCFTOOLS_VERSION="1.18"

docker/irods_clients/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM $BASE_IMAGE as installer
66
ARG IRODS_VERSION="4.3-nightly"
77

88
# These defaults are the latest usable versions
9-
ARG BATON_VERSION="4.2.0"
9+
ARG BATON_VERSION="4.2.1"
1010
ARG HTSLIB_VERSION="1.18"
1111
ARG SAMTOOLS_VERSION="1.18"
1212
ARG BCFTOOLS_VERSION="1.18"

docker/irods_clients/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM $BASE_IMAGE as installer
77
ARG IRODS_VERSION="4.2.11"
88

99
# These defaults are the latest usable versions
10-
ARG BATON_VERSION="4.2.0"
10+
ARG BATON_VERSION="4.2.1"
1111
ARG HTSLIB_VERSION="1.18"
1212
ARG SAMTOOLS_VERSION="1.18"
1313
ARG BCFTOOLS_VERSION="1.18"

docker/irods_clients/ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Dockerfile supports these build arguments:
2020
- DOCKER_IMAGE (no default, must be supplied)
2121
- DOCKER_TAG (no default, must be supplied)
2222
- IRODS_VERSION (defaults to "4.2.11")
23-
- BATON_VERSION (defaults to "4.1.0")
23+
- BATON_VERSION (defaults to "4.2.1")
2424
- HTSLIB_VERSION (defaults to "1.18")
2525
- SAMTOOLS_VERSION (defaults to "1.18")
2626
- BCFTOOLS_VERSION (defaults to "1.18")

0 commit comments

Comments
 (0)