Update to latest stable lighthouse

This commit is contained in:
David Boreham 2023-04-19 16:25:30 -06:00
parent 245c59005d
commit 283059ff69

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;