We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d75996c + 3c18fd2 commit ca690b2Copy full SHA for ca690b2
images.toml
@@ -24,7 +24,7 @@ gatk-sv_issue_661 = 'n_a'
24
gcta = '1.94.1'
25
hap-py = '0.3.15'
26
haplocheckcli = '64293b3481d52025a01a293f6cc891546c30660e'
27
-ica = '2.31.4'
+ica = '2.31.5'
28
jasmine = '1.1.5'
29
mitoreport = '1.1.0'
30
mosdepth = '0.3.11'
images/ica/Dockerfile
@@ -1,6 +1,6 @@
1
FROM australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_workflows:latest
2
3
-ARG VERSION=${VERSION:-2.31.4}
+ARG VERSION=${VERSION:-2.31.5}
4
ARG ICA_CLI_VERSION=${ICA_CLI_VERSION:-2.31.0}
5
6
RUN apt update && apt install -y \
0 commit comments