diff --git a/Dockerfile b/Dockerfile index bc3ef5e..f85aca6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/mix.exs b/mix.exs index c939bb7..61dffa1 100644 --- a/mix.exs +++ b/mix.exs @@ -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, diff --git a/setup-database.sh b/setup-database.sh index 6e49439..af4f28a 100644 --- a/setup-database.sh +++ b/setup-database.sh @@ -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