Update base containers (#355)

* Update to Node18

* Update to latest stable lighthouse

Former-commit-id: a335ccde3a
This commit is contained in:
2023-04-19 16:43:59 -06:00
committed by GitHub
parent 2d5abdce45
commit 6ce01a79ed
2 changed files with 2 additions and 2 deletions
@@ -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;