diff --git a/Dockerfile b/Dockerfile index ce36a9f..2e3b621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v12.2.3 +FROM femtopixel/google-lighthouse:v12.3.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index 8d26aba..fbfb872 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v12.2.3-puppeteer-v23.10.3-1.4.0 +VERSION ?= v12.3.0-puppeteer-v23.10.3-1.4.0 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker