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 abaf763 commit 97a2a8bCopy full SHA for 97a2a8b
Dockerfile
@@ -1,6 +1,6 @@
1
FROM femtopixel/google-chrome-headless
2
3
-ARG VERSION=v12.6.0
+ARG VERSION=v12.6.1
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.6.0
+VERSION ?= v12.6.1
.PHONY: all build publish latest
all: build publish
build:
0 commit comments