diff --git a/.tool-versions b/.tool-versions index 7fd7c27..ce199e5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ elixir 1.20.1-otp-29 -erlang 29.0.1 +erlang 29.0.2 diff --git a/Dockerfile b/Dockerfile index 75e8f4c..881bc22 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.1 -ARG OTP_VERSION=29.0.1 -ARG DEBIAN_VERSION=bullseye-20260518-slim +ARG OTP_VERSION=29.0.2 +ARG DEBIAN_VERSION=bullseye-20260610-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 bf91dd6..e4f4a5d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The purpose of this example is to provide details as to how one would go about u - Elixir 1.20.1 or newer -- Erlang 29.0.1 or newer +- Erlang 29.0.2 or newer - Phoenix 1.7.21 or newer