Skip to content

Commit

Permalink
release v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Aug 14, 2018
1 parent 5723c62 commit 990c91c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM golang:alpine

RUN apk --update add bc wget && rm -rf /var/cache/apk/*

RUN wget https://github.com/nnao45/dntk/releases/download/v1.0.9/dntk-linux-amd64-v1.0.9.tar.gz
RUN wget https://github.com/nnao45/dntk/releases/download/v1.0.10/dntk-linux-amd64-v1.0.10.tar.gz

RUN tar xvfz dntk-linux-amd64-v1.0.9.tar.gz
RUN tar xvfz dntk-linux-amd64-v1.0.10.tar.gz

CMD ["dntk-linux-amd64/dntk"]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Travis CI](https://travis-ci.org/nnao45/dntk.svg?branch=master)](https://travis-ci.org/nnao45/dntk)
[![v1.0.9](https://img.shields.io/badge/package-v1.0.9-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v1.0.9)
[![v1.0.10](https://img.shields.io/badge/package-v1.0.10-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v1.0.10)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/nnao45/dntk/master/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/nnao45/dntk)](https://goreportcard.com/report/github.com/nnao45/dntk)

Expand Down Expand Up @@ -35,7 +35,7 @@ dntk is command line's ***Interactive*** calculator, [GNU bc](https://www.gnu.or
</table>


## ***Current dntk's version: v1.0.9***
## ***Current dntk's version: v1.0.10***
Download Page: https://github.com/nnao45/dntk/releases/latest

## Install
Expand All @@ -46,8 +46,8 @@ $ brew install nnao45/dntk/dntk

### Linux
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v1.0.9/dntk-linux-amd64-v1.0.9.tar.gz
$ tar xvfz dntk-linux-amd64-v1.0.9.tar.gz
$ wget https://github.com/nnao45/dntk/releases/download/v1.0.10/dntk-linux-amd64-v1.0.10.tar.gz
$ tar xvfz dntk-linux-amd64-v1.0.10.tar.gz
```

### zplug
Expand Down

0 comments on commit 990c91c

Please sign in to comment.