Skip to content

Commit

Permalink
upgrade to elixir v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 20594db commit 85e49ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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-otp-25-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
3 changes: 0 additions & 3 deletions setup-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
set -oe allexport
source ./.env

echo "PGHOST IS:"
echo $PGHOST

# Prepare Dialyzer if the project has Dialyxer set up
# if mix help dialyzer >/dev/null 2>&1
# then
Expand Down

0 comments on commit 85e49ff

Please sign in to comment.