Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.6
FROM alpine:latest
MAINTAINER Xueshan Feng <[email protected]>
MAINTAINER Luke Bond <[email protected]>

ENV VERSION 0.5.0-2
ENV VERSION 0.6.0-1

RUN apk --update add \
bash \
Expand Down