From 930c957861789c44b036f01d431fe5a4fbbc98e9 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Tue, 23 Apr 2024 01:00:20 +0200 Subject: [PATCH] Update version to Lighthouse : v12.0.0 / Puppeteer : puppeteer-v22.6.5 / Lighthouse-puppeteer package : 1.3.3 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8e7b5f..ba68bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v11.7.1 +FROM femtopixel/google-lighthouse:v12.0.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index 79268fb..a65441f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v11.7.1-puppeteer-v22.6.5-1.3.3 +VERSION ?= v12.0.0-puppeteer-v22.6.5-1.3.3 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker