Skip to content

Commit

Permalink
Update to Erlang 27.1.2. (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradwt authored Oct 18, 2024
1 parent 873a39e commit 6aaed13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.17.3-otp-27
erlang 27.1.1
erlang 27.1.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# - Ex: hexpm/elixir:1.15.4-erlang-26.0.2-debian-bullseye-20230612-slim
#
ARG ELIXIR_VERSION=1.17.3
ARG OTP_VERSION=27.1
ARG DEBIAN_VERSION=bullseye-20240904-slim
ARG OTP_VERSION=27.1.2
ARG DEBIAN_VERSION=bullseye-20241016-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The purpose of this example is to provide details as to how one would go about u

- Elixir 1.17.3 or newer

- Erlang 27.1 or newer
- Erlang 27.1.2 or newer

- Phoenix 1.7.14 or newer

- PostgreSQL 16.4 or newer

Note: This tutorial was updated on macOS 14.6.1.
Note: This tutorial was updated on macOS 15.0.1.

## Communication

Expand Down Expand Up @@ -396,7 +396,7 @@ Note: This tutorial was updated on macOS 14.6.1.
{:telemetry_metrics, "~> 0.6.2"},
{:telemetry_poller, "~> 1.0.0"},
{:gettext, "~> 0.22.3"},
{:jason, "~> 1.4.3"},
{:jason, "~> 1.4.4"},
{:bandit, "~> 1.3.0"},
{:absinthe, "~> 1.7.8"},
{:absinthe_plug, "~> 1.5.8"},
Expand Down

0 comments on commit 6aaed13

Please sign in to comment.