diff --git a/.drone.yml b/.drone.yml index a6b6c4a..f3936d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: config image: alpine commands: + - apk add --no-cache jq curl - VER=$(curl -sL https://api.github.com/repos/fatedier/frp/releases/latest | jq -r ".tag_name") - echo -n "$VER,latest" > .tags - sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile