From 6b3100a5a771c573104ae88befd55b62a5b2f24d Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Thu, 8 Aug 2024 00:00:15 +0200 Subject: [PATCH] Update version to Lighthouse : v12.2.0 / Puppeteer : puppeteer-v23.0.1 / Lighthouse-puppeteer package : 1.4.0 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3bf49b9..8358394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v12.1.0 +FROM femtopixel/google-lighthouse:v12.2.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index 98ea22d..adb3f56 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v12.1.0-puppeteer-v23.0.1-1.4.0 +VERSION ?= v12.2.0-puppeteer-v23.0.1-1.4.0 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker