Skip to content

Commit

Permalink
build: bump cli and version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 22, 2023
1 parent 3be004d commit fc078ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand All @@ -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 [email protected] && npm cache clean --force;
RUN npm i -g @junobuild/[email protected].43 && npm cache clean --force;
RUN npm i -g @junobuild/[email protected].44 && npm cache clean --force;

COPY LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ outputs:

runs:
using: 'docker'
image: 'docker://peterpeterparker/juno-action:v0.0.13'
image: 'docker://peterpeterparker/juno-action:v0.0.14'

0 comments on commit fc078ed

Please sign in to comment.