push for version 0.29.5

pull/11/head
Hunter Long 2018-07-04 18:57:09 -07:00
parent f8aed9444a
commit 9fc332e8e4
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
env:
global:
- VERSION=0.29.4
- VERSION=0.29.5
- DB_HOST=localhost
- DB_USER=travis
- DB_PASS=

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ENV VERSION=v0.29.4
ENV VERSION=v0.29.5
RUN apk --no-cache add libstdc++ ca-certificates
RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \