bonfire-app/.tool-versions.env

11 lines
502 B
Bash
Raw Normal View History

2023-12-16 13:25:19 +00:00
# NOTE: remember to also update the (Elixir/Erlang/Alpine) versions in:
2023-07-31 20:00:38 +00:00
# - .tool-versions
2023-07-31 20:16:46 +00:00
# - .github/workflows/release.yaml
# - .github/workflows/test.yaml
2023-09-24 08:30:09 +00:00
# - .github/workflows/docs.yaml
# - mix.exs (only if the minimum compatible version changed)
2023-07-31 20:00:38 +00:00
# The version of Alpine to use for the final image - should match a version used in the Elixir docker image, which can be checked on Docker Hub: https://hub.docker.com/r/hexpm/elixir/tags?name=alpine
2024-02-13 20:18:42 +00:00
ALPINE_VERSION="3.19.1"
2024-04-16 08:47:41 +00:00
ELIXIR_VERSION="1.16.2"