Skip to content

Commit c862906

Browse files
committed
Update version to v12.2.2
1 parent e7c9a74 commit c862906

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

0 commit comments

Comments
 (0)