Skip to content

Commit

Permalink
chore(deps): Bump elixir and erlang (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak authored Jun 30, 2024
1 parent 9996bdc commit d307c9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit-hex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup Erlang/OTP with Elixir
uses: erlef/[email protected]
with:
otp-version: 25.2.1
elixir-version: 1.14.3
otp-version: 26.2.5.1
elixir-version: 1.16.3

- name: Fetch dependencies
run: mix do deps.get, deps.compile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ FROM mvdan/shfmt:v3.8.0 as shfmt
FROM hadolint/hadolint:v2.12.0 as hadolint
FROM node:18.20.3-bullseye as node

FROM hexpm/elixir:1.14.3-erlang-25.2.1-ubuntu-jammy-20221130 as elixir
FROM hexpm/elixir:1.16.3-erlang-26.2.5.1-ubuntu-jammy-20240530 as elixir
# Install hex and rebar
RUN set -e \
&& mix local.hex --force \
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule App.MixProject do
[
app: :app,
version: "2021.10.0",
elixir: "~> 1.13",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps(),
aliases: aliases(),
Expand Down

0 comments on commit d307c9e

Please sign in to comment.