From d7c4583dedbdefc8ad5622eb5a8785f10c0b4e07 Mon Sep 17 00:00:00 2001 From: adamhenson Date: Sun, 26 Mar 2023 22:02:40 -0400 Subject: [PATCH] chore: update docker images --- Dockerfile | 4 ++-- scripts/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb9e1e6..357269c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer "Foo " # 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 @@ -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"] diff --git a/scripts/README.md b/scripts/README.md index 86c5cb6..f95f39e 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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`