From 22069fc5073718bbc015a5ce45eae25d5c6d0202 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Tue, 23 Apr 2024 01:00:11 +0200 Subject: [PATCH] Update version to v12.0.0 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54f2eeb..8c80f99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM femtopixel/google-chrome-headless -ARG VERSION=v11.7.1 +ARG VERSION=v12.0.0 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 70bee0e..bcbf6c8 100644 --- a/Makefile +++ b/Makefile @@ -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: