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 Nov 27, 2024
1 parent 8e537ec commit 13b810b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] && npm cache clean --force;
RUN npm i -g @junobuild/[email protected].83 && npm cache clean --force;
RUN npm i -g @junobuild/[email protected].85 && 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://junobuild/action:0.0.34'
image: 'docker://junobuild/action:0.0.35'

0 comments on commit 13b810b

Please sign in to comment.