update more dev configs (#575)

This commit is contained in:
Po Chen
2022-05-05 23:58:32 +10:00
committed by GitHub
parent 7d01b49b98
commit b761db50da
2 changed files with 4 additions and 2 deletions

View File

@@ -117,4 +117,6 @@ RUN gem install rubocop
ENV PATH=${HOME}/.local/bin:/opt/asdf-data/shims:/opt/asdf/bin:${PATH}
RUN git config --global --add safe.directory /workspace
CMD ["/bin/bash"]

View File

@@ -1,6 +1,6 @@
# These are used for the dev environment.
# This should match the versions used in the built product.
nodejs 14.18.3
elixir ref:v1.13.4
erlang 25.0-rc3
elixir 1.13.4-otp-24
erlang 24.3.4
ruby 2.7.5