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 Oct 31, 2024
1 parent 0dd1528 commit 47c69fd
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].79 && npm cache clean --force;
RUN npm i -g @junobuild/[email protected].82 && 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.32'
image: 'docker://junobuild/action:0.0.33'

0 comments on commit 47c69fd

Please sign in to comment.