Merge branch 'dboreham/update-lighthouse' into ci-test

This commit is contained in:
David Boreham 2023-07-27 20:14:54 -06:00
commit 3b3c688ee9

View File

@ -1,5 +1,5 @@
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;