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 e97e835 commit 93cf5deCopy full SHA for 93cf5de
Dockerfile
@@ -1,6 +1,6 @@
1
FROM femtopixel/google-chrome-headless
2
3
-ARG VERSION=v12.4.0
+ARG VERSION=v12.5.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.4.0
+VERSION ?= v12.5.0
.PHONY: all build publish latest
all: build publish
build:
0 commit comments