Skip to content

Commit

Permalink
Update to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Aug 1, 2018
1 parent 0cebc07 commit 478a553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /joal/

RUN apt-get update \
&& apt-get install -y ca-certificates curl \
&& JOAL_VERSION="2.1.5" \
&& JOAL_VERSION="2.1.6" \
&& curl -LO "https://github.com/anthonyraymond/joal/releases/download/v$JOAL_VERSION/joal.tar.gz" \
&& tar --wildcards -zxvf joal.tar.gz "jack-of-all-trades-$JOAL_VERSION.jar" \
&& mv "jack-of-all-trades-$JOAL_VERSION.jar" joal.jar \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /joal/

RUN apt-get update \
&& apt-get install -y ca-certificates curl \
&& JOAL_VERSION="2.1.5" \
&& JOAL_VERSION="2.1.6" \
&& curl -LO "https://github.com/anthonyraymond/joal/releases/download/v$JOAL_VERSION/joal.tar.gz" \
&& tar --wildcards -zxvf joal.tar.gz "jack-of-all-trades-$JOAL_VERSION.jar" \
&& mv "jack-of-all-trades-$JOAL_VERSION.jar" joal.jar \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.araymond.joal</groupId>
<artifactId>jack-of-all-trades</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<packaging>jar</packaging>

<name>jack-of-all-trades</name>
Expand Down

0 comments on commit 478a553

Please sign in to comment.