diff --git a/.node-version b/.node-version index 67e145b..7af24b7 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v20.18.0 +22.11.0 diff --git a/container/lighthouse-ci-server/Dockerfile b/container/lighthouse-ci-server/Dockerfile index a3bf122..3cbbc4a 100644 --- a/container/lighthouse-ci-server/Dockerfile +++ b/container/lighthouse-ci-server/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-bullseye-slim +FROM node:22-bullseye-slim # Install utilities RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean