Skip to content

Commit

Permalink
feat: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed May 3, 2024
1 parent 1041874 commit 133a1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add

RUN google-chrome-stable --version

RUN npm install @foo-software/lighthouse-check@9 -g
RUN npm install @foo-software/lighthouse-check@10 -g

CMD ["lighthouse-check"]
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Usage

Publish a tag that matches latest major package version. Make sure to update this line of the Dockerfile: `RUN npm install @foo-software/lighthouse-check@8 -g`. We also publish a "latest" tag.
Publish a tag that matches latest major package version. Make sure to update this line of the Dockerfile: `RUN npm install @foo-software/lighthouse-check@10 -g`. We also publish a "latest" tag.

- `./scripts/docker-publish.sh -v 9`
- `./scripts/docker-publish.sh -v 10`
- `./scripts/docker-publish.sh -v latest`

0 comments on commit 133a1cf

Please sign in to comment.