diff --git a/.tool-versions b/.tool-versions index 89934e90..2f437e3f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,5 +1,5 @@ golang 1.19.10 -nodejs 16.7.0 +nodejs 16.20.2 shellcheck 0.7.1 yarn 1.22.17 rust 1.71.0 diff --git a/Dockerfile.bindings b/Dockerfile.bindings index 9e91774b..c6f7f2f0 100644 --- a/Dockerfile.bindings +++ b/Dockerfile.bindings @@ -15,7 +15,6 @@ RUN git clone --depth 1 https://github.com/asdf-vm/asdf.git $HOME/.asdf && \ RUN . ~/.bashrc -COPY .tool-versions . RUN asdf plugin add nodejs && \ asdf plugin add golang && \ @@ -24,6 +23,8 @@ RUN asdf plugin add nodejs && \ asdf plugin add python && \ asdf plugin add rust +COPY .tool-versions . + RUN asdf install WORKDIR /src