Skip to content

Commit

Permalink
Wrong number
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Feb 16, 2016
1 parent 1ebbac5 commit 3e881fb
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.3

RUN apk add --update wget bash && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.5.4/linux_amd64_mockingjay-server --no-check-certificate && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.5.5/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 3e881fb

Please sign in to comment.