Skip to content

Commit

Permalink
jbang v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Feb 16, 2020
1 parent 38c0813 commit 2fe9ad6
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
@@ -1,6 +1,6 @@
FROM adoptopenjdk:11-jdk-hotspot

RUN curl -Ls "https://github.com/maxandersen/jbang/releases/download/v0.16.0/jbang-0.16.0.zip" --output jbang.zip \
RUN curl -Ls "https://github.com/maxandersen/jbang/releases/download/v0.16.1/jbang-0.16.1.zip" --output jbang.zip \
&& jar xf jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang

ENTRYPOINT ["/jbang/bin/jbang"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-jbang-
- name: jbang
uses: maxandersen/jbang-action@v0.16.0
uses: maxandersen/jbang-action@v0.16.1
with:
script: createissue.java
args: "my world"
Expand Down

0 comments on commit 2fe9ad6

Please sign in to comment.