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 1cce251
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# - 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 DEBIAN_VERSION=bullseye-20221004-slim
ARG ELIXIR_VERSION=1.16.3
ARG OTP_VERSION=25.3.2.14
ARG DEBIAN_VERSION=bullseye-20240904-slim

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

0 comments on commit 1cce251

Please sign in to comment.