Skip to content

Commit

Permalink
Use Elixir 1.16. Update .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
x-ji committed Nov 1, 2024
1 parent 6976db0 commit 87b5ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.16.3-otp-25
erlang 25.3.2.15
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.14.3-erlang-25.2-debian-bullseye-20221004-slim
#
ARG ELIXIR_VERSION=1.14.3
ARG OTP_VERSION=25.2
ARG ELIXIR_VERSION=1.16.3
ARG OTP_VERSION=25.3.2.15
ARG DEBIAN_VERSION=bullseye-20221004-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
Expand Down

0 comments on commit 87b5ba5

Please sign in to comment.