Skip to content

Commit

Permalink
Use tenpureto 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed Apr 14, 2020
1 parent 22ca8a8 commit cd4e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache bash curl jq

RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub

ENV TENPURETO_VERSION=0.5.0
ENV TENPURETO_VERSION=0.6.0
RUN curl -sL https://github.com/tenpureto/tenpureto/releases/download/v${TENPURETO_VERSION}/tenpureto-${TENPURETO_VERSION}-x86_64-linux -o /usr/bin/tenpureto && \
chmod +x /usr/bin/tenpureto

Expand Down

0 comments on commit cd4e769

Please sign in to comment.