We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181a53d commit abaf763Copy full SHA for abaf763
Dockerfile
@@ -1,6 +1,6 @@
1
FROM femtopixel/google-chrome-headless
2
3
-ARG VERSION=v12.5.1
+ARG VERSION=v12.6.0
4
5
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-google-lighthouse> <http://twitter.com/MoulinJay>"
6
LABEL version="${VERSION}"
Makefile
@@ -1,5 +1,5 @@
CACHE ?= --no-cache=1
-VERSION ?= v12.5.1
+VERSION ?= v12.6.0
.PHONY: all build publish latest
all: build publish
build:
0 commit comments