bump 0.13.0 + separated cli build into separate file

This commit is contained in:
dswbx
2025-05-27 16:53:49 +02:00
parent 5a693c0370
commit af6cb0c8f0
6 changed files with 36 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /app
# define bknd version to be used as:
# `docker build --build-arg VERSION=<version> -t bknd .`
ARG VERSION=0.10.2
ARG VERSION=0.13.0
# Install & copy required cli
RUN npm install --omit=dev bknd@${VERSION}