improvement: Automatically update ASDF at build time.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Harton 2024-06-21 15:29:02 +12:00
parent 049545cd33
commit 91787ff989
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -49,8 +49,9 @@ ENV PATH=/usr/local/bin:${PATH}
WORKDIR $HOME
# Install ASDF
ARG ASDF_VERSION=0.10.2
ARG ASDF_VERSION=0.14.0
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v${ASDF_VERSION}
RUN asdf asdf update
# Install dotfiles.
RUN mkdir -p $HOME/.config