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