Skip to content

Commit

Permalink
Update version to v11.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Apr 20, 2024
1 parent 1efc40e commit bc46426
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.6.0
ARG VERSION=v11.7.1

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.6.0
VERSION ?= v11.7.1
.PHONY: all build publish latest
all: build publish
build:
Expand Down

0 comments on commit bc46426

Please sign in to comment.