mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Since we'll be adding ops playbooks and other things here, it makes sense to separate infra from product source. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
# These are used for the dev environment.
|
|
# This should match the versions used in the built product.
|
|
nodejs 20.14.0
|
|
elixir 1.18.2-otp-27
|
|
erlang 27.2.1
|
|
|
|
# Used for static analysis
|
|
python 3.11.9
|
|
shfmt 3.9.0
|
|
|
|
# Used to lint Bash scripts
|
|
shellcheck 0.9.0
|