diff --git a/environment/Dockerfile b/environment/Dockerfile index 064639b..c5e3ecf 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -27,7 +27,7 @@ RUN git config --global user.email "you@rock64" && \ RUN gem install fpm -RUN curl -L https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \ +RUN curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \ mv /tmp/bin/linux/amd64/github-release /usr/local/bin/ RUN which github-release