File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM adoptopenjdk:11-jdk-hotspot
22
3- RUN curl -Ls "https://github.com/jbangdev/jbang/releases/download/v0.77 .0/jbang-0.77 .0.zip" --output jbang.zip \
3+ RUN curl -Ls "https://github.com/jbangdev/jbang/releases/download/v0.78 .0/jbang-0.78 .0.zip" --output jbang.zip \
44 && jar xf jbang.zip && rm jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang
55
66ADD ./entrypoint /bin/entrypoint
77
88ENV SCRIPTS_HOME /scripts
9- ENV JBANG_VERSION 0.77 .0
9+ ENV JBANG_VERSION 0.78 .0
1010
1111# Needed for secure run on openshift but breaks github actions
1212# removed until can find better alternative
Original file line number Diff line number Diff line change 5959 restore-keys : |
6060 ${{ runner.os }}-jbang-
6161 - name : jbang
62- uses : jbangdev/jbang-action@v0.77 .0
62+ uses : jbangdev/jbang-action@v0.78 .0
6363 with :
6464 script : createissue.java
6565 scriptargs : " my world"
You can’t perform that action at this time.
0 commit comments