Skip to content

Commit

Permalink
bump docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Nov 17, 2016
1 parent 05ec10e commit 9907be5
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
@@ -1,7 +1,7 @@
FROM alpine:3.1

RUN apk add --update wget bash ca-certificates && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.10.2/linux_amd64_mockingjay-server --no-check-certificate && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.10.3/linux_amd64_mockingjay-server --no-check-certificate && \
chmod +x mockingjay-server && \
apk del wget bash && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 9907be5

Please sign in to comment.