From 0f6bc29c819989ec604436359eb7f3a395c0b232 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Thu, 5 Sep 2024 00:00:22 +0200 Subject: [PATCH] Update version to v3.0.0-alpha.19 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 966bec6..bd693aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:18-alpine -ARG VERSION=v3.0.0-alpha.18 +ARG VERSION=v3.0.0-alpha.19 ARG TARGETPLATFORM LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}-${TARGETPLATFORM}" diff --git a/Makefile b/Makefile index b609b35..08fd028 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v3.0.0-alpha.18 +VERSION ?= v3.0.0-alpha.19 CACHE ?= --no-cache=1 .PHONY: all build publish