Skip to content

Commit

Permalink
bump version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 25, 2019
1 parent 3424c86 commit c7d774e
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.9.4

RUN apk add --update wget bash ca-certificates && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.11.1/linux_amd64_mockingjay-server --no-check-certificate && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.11.2/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 c7d774e

Please sign in to comment.