Skip to content

Commit

Permalink
Bump required to alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jul 7, 2023
1 parent ed72df4 commit 5a9b041
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.11
ARG distant_version=0.20.0-alpha.12
ARG distant_host=x86_64-unknown-linux-musl
RUN curl -L sh.distant.dev | sh -s -- --install-dir "$opt_bin_dir" --distant-version $distant_version --distant-host $distant_host --run-as-admin \
&& ln -s "$opt_bin_dir/distant" /usr/local/bin/distant \
Expand Down

0 comments on commit 5a9b041

Please sign in to comment.