chore: update to ASDF 0.12.0.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-07-20 14:17:56 +12:00
parent 48704e1951
commit ad104ed002
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -30,7 +30,7 @@ ENV HOME=/root
WORKDIR $HOME
# Install ASDF
ARG ASDF_VERSION=0.10.2
ARG ASDF_VERSION=0.12.0
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v${ASDF_VERSION} && \
echo '\nsource $HOME/.asdf/asdf.sh' >> ~/.bashrc && \
echo '\nsource $HOME/.asdf/asdf.sh' >> ~/.zshrc