Skip to content

Commit

Permalink
Update Elixir to 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <[email protected]>
  • Loading branch information
Annopaolo committed Nov 22, 2023
1 parent e5f4eb1 commit 9518e73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.14.5-otp-25
elixir 1.15.7-otp-25
erlang 25.3.2
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Inflight messages are discarded. After deletion, a device must be
registered again in order to connect to Astarte.

### Changed
- Update Elixir to 1.15.7.

## [1.1.0] - 2023-06-20

## [1.1.0-rc.0] - 2023-06-09
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.14.5-erlang-25.3.2-debian-bullseye-20230522-slim as builder
FROM hexpm/elixir:1.15.7-erlang-25.3.2.7-debian-bullseye-20231009-slim as builder

# install build dependencies
# --allow-releaseinfo-change allows to pull from 'oldstable'
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do
[
app: :astarte_vmq_plugin,
version: "1.2.0-dev",
elixir: "~> 1.14",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 9518e73

Please sign in to comment.