Skip to content

Commit ca690b2

Browse files
authored
Merge branch 'main' into SET-483-set-up-job-to-generate-image-statistics-page-on-a-schedule
2 parents d75996c + 3c18fd2 commit ca690b2

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.4'
27+
ica = '2.31.5'
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.4}
3+
ARG VERSION=${VERSION:-2.31.5}
44
ARG ICA_CLI_VERSION=${ICA_CLI_VERSION:-2.31.0}
55

66
RUN apt update && apt install -y \

0 commit comments

Comments
 (0)