Skip to content

Commit

Permalink
Use latest STRipy release (#158)
Browse files Browse the repository at this point in the history
* Use latest STRipy release

* Update images.toml with new stripy version
  • Loading branch information
EddieLF authored Jul 29, 2024
1 parent 495b012 commit 4f13323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ trtools = '5.0.2'
vep_105 = '105.0'
vep_110 = 'release_110.1'
verifybamid = '2.0.1'
stripy = '4e393f921d15bfba8e3c2234b20c483c205ac295'
stripy = 'v2.5'
gangstr = '2.5.0'
hipstr = 'v0.6.2'
bgt = 'v1.0'
Expand Down
2 changes: 1 addition & 1 deletion images/stripy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ARG VERSION=${VERSION:-4e393f921d15bfba8e3c2234b20c483c205ac295}
ARG VERSION=${VERSION:-v2.5}

LABEL \
version="v${VERSION}" \
Expand Down

0 comments on commit 4f13323

Please sign in to comment.