From c080be984ce905bb7fdef6cc8f19b4f8e1047743 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Fri, 6 Sep 2024 21:00:15 +0200 Subject: [PATCH] Update version to v12.2.1 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e609b76..e26f1ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM femtopixel/google-chrome-headless -ARG VERSION=v12.2.0 +ARG VERSION=v12.2.1 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 27688e6..7629d0a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CACHE ?= --no-cache=1 -VERSION ?= v12.2.0 +VERSION ?= v12.2.1 .PHONY: all build publish latest all: build publish build: