From 13b810b8358a85ada2a9c8afbfe41b749e74f184 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 27 Nov 2024 17:57:30 +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 2c4db90..1676433 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.83 && npm cache clean --force; +RUN npm i -g @junobuild/cli@0.0.85 && npm cache clean --force; COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index c37ca09..bfa8f78 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://junobuild/action:0.0.34' + image: 'docker://junobuild/action:0.0.35'