Use latest stable lighthouse release (#468)
Publish / Build and publish (push) Successful in 51s Details
Deploy Test / Run deploy test suite (push) Successful in 2m35s Details
Smoke Test / Run basic test suite (push) Successful in 2m36s Details

pull/470/head v1.1.0-63a94ba-202307281556
David Boreham 2023-07-28 09:56:14 -06:00 committed by GitHub
parent 29fc611885
commit 63a94bae0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;