From 80bc402b1b8f0a407a9d66a5ea58b33dd141af5f Mon Sep 17 00:00:00 2001 From: Hugo Arregui Date: Wed, 16 Mar 2022 17:01:34 -0300 Subject: [PATCH] chore: fix ci, include proper lighthouse version (#6) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index babdcbf..c684827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ COPY --from=dependencies /app/node_modules ./node_modules/ COPY --from=comms-builder /app/dist/src . # https://docs.docker.com/engine/reference/builder/#arg -ARG LIGHTHOUSE_VERSION=4.0.0-ci -ENV LIGHTHOUSE_VERSION=${LIGHTHOUSE_VERSION:-4.0.0} +ARG CATALYST_VERSION=4.0.0-ci +ENV CATALYST_VERSION=${CATALYST_VERSION:-4.0.0} # https://docs.docker.com/engine/reference/builder/#arg ARG COMMIT_HASH=local