1
0
Fork 0

Bump version

master 1.0.1
Ambrose Chua 2018-09-17 12:47:27 +08:00 committed by GitHub
parent 552db9668d
commit c1ab691890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.10-alpine as build FROM golang:1.10-alpine as build
# args # args
ARG version="1.0.0" ARG version="1.0.1"
ARG repo="github.com/productionwentdown/text-server" ARG repo="github.com/productionwentdown/text-server"
# source # source