Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: fix ci, include proper lighthouse version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui authored Mar 16, 2022
1 parent 6dcc9c2 commit 80bc402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80bc402

Please sign in to comment.