Skip to content

Commit aae5bdf

Browse files
committed
bump version for disable polling feature
1 parent 7d532ef commit aae5bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.9.4
22

33
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 && \
4+
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.12.0/linux_amd64_mockingjay-server --no-check-certificate && \
55
chmod +x mockingjay-server && \
66
apk del wget bash && \
77
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)