From bc464267d0810c32d5b61d84da66e84ae804d728 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Sun, 21 Apr 2024 01:40:30 +0200 Subject: [PATCH] Update version to v11.7.1 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3cbd72..54f2eeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM femtopixel/google-chrome-headless -ARG VERSION=v11.6.0 +ARG VERSION=v11.7.1 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 8353307..70bee0e 100644 --- a/Makefile +++ b/Makefile @@ -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: