Skip to content

Commit

Permalink
quotes, unintentional l33t speak
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Nov 4, 2022
1 parent 8623974 commit 505b48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/variantstore/wdl/extract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Google Cloud Storage. Sharing the base image with Cromwell's GCS localization should result in reuse of a cached copy
# of this base (and by far largest) image layer when running GVS pipelines in Terra / Cromwell.
#
# This is a multi-stage build that uses a custom "build-base" image for the build stage. Th3 "build-base" image is
# This is a multi-stage build that uses a custom "build-base" image for the build stage. The build-base image is
# expensive to create and isn't expected to change often, while the steps in this Dockerfile are much less expensive and
# more likely to change. Using a "build-base" image essentially allows the expensive layers to be globally cached which
# more likely to change. Using a build-base image essentially allows the expensive layers to be globally cached which
# should make building the final image much faster in most cases.
FROM us.gcr.io/broad-dsde-methods/variantstore:2022-11-04-alpine-build-base as build

Expand Down

0 comments on commit 505b48a

Please sign in to comment.