Skip to content

Commit 575ff15

Browse files
build: next version and bump cli v0.0.37
1 parent 1b39695 commit 575ff15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:18.16.0-buster
22

3-
LABEL version="0.0.9"
3+
LABEL version="0.0.10"
44
LABEL repository="https://github.com/buildwithjuno/juno-action"
55
LABEL homepage="https://juno.build"
66
LABEL maintainer="David Dal Busco <[email protected]>"
@@ -13,7 +13,7 @@ LABEL com.github.actions.color="purple"
1313
RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*;
1414

1515
RUN npm i -g [email protected] && npm cache clean --force;
16-
RUN npm i -g @junobuild/[email protected].34 && npm cache clean --force;
16+
RUN npm i -g @junobuild/[email protected].37 && npm cache clean --force;
1717

1818
COPY LICENSE README.md /
1919
COPY "entrypoint.sh" "/entrypoint.sh"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ outputs:
1212

1313
runs:
1414
using: 'docker'
15-
image: 'docker://peterpeterparker/juno-action:v0.0.9'
15+
image: 'docker://peterpeterparker/juno-action:v0.0.10'

0 commit comments

Comments
 (0)