We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d532ef commit aae5bdfCopy full SHA for aae5bdf
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.9.4
2
3
RUN apk add --update wget bash ca-certificates && \
4
- wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.11.4/linux_amd64_mockingjay-server --no-check-certificate && \
+ wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.12.0/linux_amd64_mockingjay-server --no-check-certificate && \
5
chmod +x mockingjay-server && \
6
apk del wget bash && \
7
rm -rf /var/cache/apk/*
0 commit comments