From 0675ced098b2b2bf38c68cd387d6e1961525b775 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Tue, 10 Oct 2023 23:00:31 +0200 Subject: [PATCH] Update version to Lighthouse : v11.2.0 / Puppeteer : puppeteer-v21.3.8 / Lighthouse-puppeteer package : 1.3.3 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c9a410..c46036b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v11.1.0 +FROM femtopixel/google-lighthouse:v11.2.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index 0c04443..76a4f94 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v11.1.0-puppeteer-v21.3.8-1.3.3 +VERSION ?= v11.2.0-puppeteer-v21.3.8-1.3.3 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker