Skip to content

Commit

Permalink
Update version to v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Apr 22, 2024
1 parent bc46426 commit 22069fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM femtopixel/google-chrome-headless

ARG VERSION=v11.7.1
ARG VERSION=v12.0.0

LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-google-lighthouse> <http://twitter.com/MoulinJay>"
LABEL version="${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE ?= --no-cache=1
VERSION ?= v11.7.1
VERSION ?= v12.0.0
.PHONY: all build publish latest
all: build publish
build:
Expand Down

0 comments on commit 22069fc

Please sign in to comment.