Skip to content

Commit

Permalink
Update docker base (#9005)
Browse files Browse the repository at this point in the history
* Rebuild base image to incorporate recent patches
* gatkbase-3.3.0 -> 3.3.1
  • Loading branch information
lbergelson authored Oct 18, 2024
1 parent f5a2256 commit 07eac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_DOCKER=broadinstitute/gatk:gatkbase-3.3.0
ARG BASE_DOCKER=broadinstitute/gatk:gatkbase-3.3.1

# stage 1 for constructing the GATK zip
FROM ${BASE_DOCKER} AS gradleBuild
Expand Down

0 comments on commit 07eac31

Please sign in to comment.