1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

upgrade kcptun to 20170329

This commit is contained in:
kev 2017-05-19 09:34:03 +08:00
parent 3fe82cce7e
commit 4ea3c052c9

View File

@ -5,7 +5,7 @@
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
ENV KCPTUN_VERSION 20161009
ENV KCPTUN_VERSION 20170329
ENV KCPTUN_FILE kcptun-linux-amd64-${KCPTUN_VERSION}.tar.gz
ENV KCPTUN_URL https://github.com/xtaci/kcptun/releases/download/v${KCPTUN_VERSION}/${KCPTUN_FILE}