Upgrade to use latest lighthouse release (#378)

Former-commit-id: ed4f40118f
This commit is contained in:
prathamesh0
2023-05-02 13:18:29 +05:30
committed by GitHub
parent 3634a35479
commit 55e7d22e57
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
FROM sigp/lighthouse:v4.0.1-modern
FROM sigp/lighthouse:v4.1.0-modern
RUN apt-get update; apt-get install bash netcat curl less jq -y;