From 78205d08a93f9e116f368290edca192ac6e5cef0 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Wed, 12 Jun 2024 17:00:18 +0200 Subject: [PATCH] Update version to v3.0.0-alpha.13 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a895e71..5625501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:18-alpine -ARG VERSION=v3.0.0-alpha.12 +ARG VERSION=v3.0.0-alpha.13 ARG TARGETPLATFORM LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}-${TARGETPLATFORM}" diff --git a/Makefile b/Makefile index 0e94a75..84f8de8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v3.0.0-alpha.12 +VERSION ?= v3.0.0-alpha.13 CACHE ?= --no-cache=1 .PHONY: all build publish