Use latest stable lighthouse release

pull/468/head
David Boreham 2023-07-27 20:14:12 -06:00
parent 29fc611885
commit 12e68ff1ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG TAG_SUFFIX="-modern" ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX} FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX}
RUN apt-get update; apt-get install bash netcat curl less jq -y; RUN apt-get update; apt-get install bash netcat curl less jq -y;