From da26884e2d79389dead2073ce87cef81540f25ce Mon Sep 17 00:00:00 2001 From: eelcofolkertsma <71253997+eelcofolkertsma@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:19:52 +0100 Subject: [PATCH] Bring back manual version control in Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7523de221d9..93e7fcf64cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM node:20-alpine +# Use below ARG in manual build of image to set version. Github workflow overrides in publication to Dockerhub +ARG ASYNCAPI_CLI_VERSION=0.0.0 + # docker build -t cli:20 . # to build image # docker compose --file ./test/manual/docker-compose.yaml up # to launch container with running studio, note you need to add a random asyncapi.yaml to ./output folder