Update base containers (#355)

* Update to Node18

* Update to latest stable lighthouse

Former-commit-id: a335ccde3a
This commit is contained in:
David Boreham 2023-04-19 16:43:59 -06:00 committed by GitHub
parent 2d5abdce45
commit 6ce01a79ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=18-bullseye
FROM node:${VARIANT}
ARG USERNAME=node

View File

@ -1,4 +1,4 @@
FROM sigp/lighthouse:v3.2.1-modern
FROM sigp/lighthouse:v4.0.1-modern
RUN apt-get update; apt-get install bash netcat curl less jq -y;