From daa85e5dcfd932ab35f2d2f3be5d1b7343577101 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Mon, 25 Jul 2022 22:00:04 +0800 Subject: [PATCH] fix: relaybaton compile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 404f9e6..061c491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -311,10 +311,10 @@ RUN \ # Compile relaybaton FROM golang:1.14-alpine3.13 AS relaybaton -ENV RELAYBATON_VERSION="0.6.0" +ENV RELAYBATON_VERSION="v0.6.0" RUN \ apk add build-base git perl rsync && \ - wget https://github.com/iyouport-org/relaybaton/archive/refs/tags/${RELAYBATON_VERSION}.tar.gz \ + wget https://github.com/iyouport-org/relaybaton/archive/refs/tags/${RELAYBATON_VERSION}.tar.gz && \ tar xf ${RELAYBATON_VERSION}.tar.gz && cd ./relaybaton-*/ && \ make && mv ./bin/relaybaton /tmp/