From d96e9214e2307d2d90d2a27c25e70661190de84a Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Wed, 27 May 2026 21:15:13 -0700 Subject: [PATCH] Update to Erlang 29.0.1. --- .tool-versions | 2 +- Dockerfile | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tool-versions b/.tool-versions index 46edd02..7fc5859 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ elixir 1.20.0-rc.6-otp-29 -erlang 29.0 +erlang 29.0.1 diff --git a/Dockerfile b/Dockerfile index 1572f84..967c7c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ # - Ex: hexpm/elixir:1.15.4-erlang-26.0.2-debian-bullseye-20230612-slim # ARG ELIXIR_VERSION=1.20.0-rc.6 -ARG OTP_VERSION=29.0 -ARG DEBIAN_VERSION=bullseye-20260505-slim +ARG OTP_VERSION=29.0.1 +ARG DEBIAN_VERSION=bullseye-20260518-slim ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}" ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}" diff --git a/README.md b/README.md index 502a042..70a6f65 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ The purpose of this example is to provide details as to how one would go about u ## Software requirements -- Elixir 1.19.5 or newer +- Elixir 1.20.0 or newer -- Erlang 28.5 or newer +- Erlang 29.0.1 or newer - Phoenix 1.7.21 or newer - PostgreSQL 18.3 or newer -Note: This tutorial was updated on macOS 26.4.1 (Tahoe). +Note: This tutorial was updated on macOS 26.5 (Tahoe). ## Communication