Skip to content

Commit

Permalink
chore: update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed Mar 27, 2023
1 parent d86a349 commit d7c4583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer "Foo <hello@foo.software>"
# install node
RUN apt-get update \
&& apt-get -y install curl gnupg build-essential \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get -y install nodejs

RUN node -v
Expand All @@ -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@8 -g
RUN npm install @foo-software/lighthouse-check@9 -g

CMD ["lighthouse-check"]
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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.

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

0 comments on commit d7c4583

Please sign in to comment.