Skip to content

Commit abaf763

Browse files
committed
Update version to v12.6.0
1 parent 181a53d commit abaf763

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=v12.5.1
3+
ARG VERSION=v12.6.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 ?= v12.5.1
2+
VERSION ?= v12.6.0
33
.PHONY: all build publish latest
44
all: build publish
55
build:

0 commit comments

Comments
 (0)