diff --git a/Dockerfile b/Dockerfile index 86a3253..0c9a410 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM femtopixel/google-lighthouse:v11.0.0 +FROM femtopixel/google-lighthouse:v11.1.0 ARG VERSION=v5.2.1 LABEL maintainer="Jay MOULIN " diff --git a/Makefile b/Makefile index 2e12ac5..7b2254e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v11.0.0-puppeteer-v21.1.1-1.3.3 +VERSION ?= v11.1.0-puppeteer-v21.1.1-1.3.3 CACHE ?= --no-cache=1 .PHONY: docker build-docker publish-docker docker: build-docker publish-docker