Skip to content

Commit 7afe1fd

Browse files
more ica improvements (#207)
1 parent 3c18fd2 commit 7afe1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gatk-sv_issue_661 = 'n_a'
2424
gcta = '1.94.1'
2525
hap-py = '0.3.15'
2626
haplocheckcli = '64293b3481d52025a01a293f6cc891546c30660e'
27-
ica = '2.31.5'
27+
ica = '2.31.6'
2828
jasmine = '1.1.5'
2929
mitoreport = '1.1.0'
3030
mosdepth = '0.3.11'

images/ica/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_workflows:latest
22

3-
ARG VERSION=${VERSION:-2.31.5}
3+
ARG VERSION=${VERSION:-2.31.6}
44
ARG ICA_CLI_VERSION=${ICA_CLI_VERSION:-2.31.0}
55

66
RUN apt update && apt install -y \

0 commit comments

Comments
 (0)