From dd214f80ab7aa7d10fa60de2cadaeb40d033dca4 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 29 Feb 2024 12:23:42 +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 09fa4c4..fb29a78 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@9.6.1 && npm cache clean --force; -RUN npm i -g @junobuild/cli@0.0.54 && npm cache clean --force; +RUN npm i -g @junobuild/cli@0.0.56 && npm cache clean --force; COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index e840227..4a1b12c 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://junobuild/action:0.0.20' + image: 'docker://junobuild/action:0.0.21'