Skip to content

Commit

Permalink
Bump version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jun 26, 2023
1 parent 0eca7b0 commit 2f0559d
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.9
ARG DISTANT_VERSION=0.20.0-alpha.10
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 2f0559d

Please sign in to comment.