Skip to content

Commit 22069fc

Browse files
committed
Update version to v12.0.0
1 parent bc46426 commit 22069fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM femtopixel/google-chrome-headless
22

3-
ARG VERSION=v11.7.1
3+
ARG VERSION=v12.0.0
44

55
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-google-lighthouse> <http://twitter.com/MoulinJay>"
66
LABEL version="${VERSION}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE ?= --no-cache=1
2-
VERSION ?= v11.7.1
2+
VERSION ?= v12.0.0
33
.PHONY: all build publish latest
44
all: build publish
55
build:

0 commit comments

Comments
 (0)