From 8e537ec9f5a60fdb9e9b05855fd5153ff5a21ec4 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 17 Nov 2024 16:56:38 +0100 Subject: [PATCH] build: bump cli and version --- Dockerfile | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 089ebdd..2c4db90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL com.github.actions.color="purple" RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*; RUN npm i -g npm@10.8.2 && npm cache clean --force; -RUN npm i -g @junobuild/cli@0.0.82 && npm cache clean --force; +RUN npm i -g @junobuild/cli@0.0.83 && npm cache clean --force; COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index 101ebfa..c37ca09 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://junobuild/action:0.0.33' + image: 'docker://junobuild/action:0.0.34'