From b761db50da2625157fad7ee3ff146a4f9dca3ee7 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Thu, 5 May 2022 23:58:32 +1000 Subject: [PATCH] update more dev configs (#575) --- .devcontainer/Dockerfile | 2 ++ .tool-versions | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 915aba54e..19999bd32 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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"] diff --git a/.tool-versions b/.tool-versions index de849c898..6df8ee5d8 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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