diff --git a/Dockerfile b/Dockerfile index a49e2df..5a19177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:18.16.0-buster -LABEL version="0.0.13" +LABEL version="0.0.14" LABEL repository="https://github.com/junobuild/juno-action" LABEL homepage="https://juno.build" LABEL maintainer="David Dal Busco " @@ -13,7 +13,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.43 && npm cache clean --force; +RUN npm i -g @junobuild/cli@0.0.44 && npm cache clean --force; COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index 3b27708..95834fa 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://peterpeterparker/juno-action:v0.0.13' + image: 'docker://peterpeterparker/juno-action:v0.0.14'