Skip to content

Commit

Permalink
quick commit before I break it again
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 25, 2024
1 parent 387eb08 commit 46b170c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.bindings
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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
Expand Down

0 comments on commit 46b170c

Please sign in to comment.