From e0b15630684a584fb2d7870fec9a15be535f6214 Mon Sep 17 00:00:00 2001 From: Zbigniew Malcherczyk Date: Thu, 16 Nov 2023 21:15:03 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5d97f653ee..1e20d6aa50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apk --update add git chromium && \ rm /var/cache/apk/* # Installing latest released npm package -RUN npm install --ignore-scripts -g @asyncapi/cli@$ASYNCAPI_CLI_VERSION +RUN npm install --ignore-scripts -g @asyncapi/cli@"$ASYNCAPI_CLI_VERSION" # Switch to the non-root user USER myuser