Skip to content

Commit

Permalink
Bump dockerfile to alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jul 6, 2023
1 parent 30012a2 commit 2d13482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p $opt_lsp_dir \
&& ln -s $opt_bin_dir/lua-language-server /usr/local/bin/lua-language-server

# Install distant binary and make sure its in a path for everyone
ARG DISTANT_VERSION=0.20.0-alpha.10
ARG DISTANT_VERSION=0.20.0-alpha.11
ARG distant_release=https://github.com/chipsenkbeil/distant/releases/download/v$DISTANT_VERSION
RUN curl -L $distant_release/distant-linux64-musl-x86 -o "$opt_bin_dir/distant" \
&& chmod +x "$opt_bin_dir/distant" \
Expand Down

0 comments on commit 2d13482

Please sign in to comment.