Skip to content

Commit

Permalink
upgrade package to elixir 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent c6c54b0 commit f694e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM "elixir:1.11.2-alpine"
FROM "elixir:1.17.2-alpine"

ARG MIX_ENV=dev
ENV MIX_ENV=$MIX_ENV
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule PaperTrail.MixProject do
[
app: :paper_trail,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.17",
description: description(),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit f694e6a

Please sign in to comment.