diff --git a/Dockerfile b/Dockerfile index 6d5d78a..e609b76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM femtopixel/google-chrome-headless -ARG VERSION=v12.1.0 +ARG VERSION=v12.2.0 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 0da27a6..27688e6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CACHE ?= --no-cache=1 -VERSION ?= v12.1.0 +VERSION ?= v12.2.0 .PHONY: all build publish latest all: build publish build: