bonfire-app/.tool-versions.env
Mayel de Borniol 1f42571c09 misc
2024-04-16 09:47:41 +01:00

11 lines
502 B
Bash

# NOTE: remember to also update the (Elixir/Erlang/Alpine) versions in:
# - .tool-versions
# - .github/workflows/release.yaml
# - .github/workflows/test.yaml
# - .github/workflows/docs.yaml
# - mix.exs (only if the minimum compatible version changed)
# 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
ALPINE_VERSION="3.19.1"
ELIXIR_VERSION="1.16.2"