From bfb4cdde0e0ecac13acd672391a100dadb7b6543 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Fri, 4 Aug 2023 02:00:29 +0200 Subject: [PATCH] Update version to Lighthouse : v11.0.0 / Puppeteer : puppeteer-v21.0.1 / Lighthouse-puppeteer package : 1.3.3 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67c4ee6..86a3253 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v10.4.0 +FROM femtopixel/google-lighthouse:v11.0.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index dfa542f..0de839b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v10.4.0-puppeteer-v21.0.1-1.3.3 +VERSION ?= v11.0.0-puppeteer-v21.0.1-1.3.3 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker