From 6fa5561617ef6b7eb623ba4e207ecb4279f157ab Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Fri, 20 Oct 2023 13:00:39 +0200 Subject: [PATCH] Update version to Lighthouse : v11.2.0 / Puppeteer : puppeteer-v21.4.0 / Lighthouse-puppeteer package : 1.3.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76a4f94..40fbab8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v11.2.0-puppeteer-v21.3.8-1.3.3 +VERSION ?= v11.2.0-puppeteer-v21.4.0-1.3.3 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker