diff --git a/Dockerfile b/Dockerfile index 926547c..9f2e1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the Docker image you want to base your image off. -FROM elixir:1.10.4 as builder +FROM elixir:1.13.1 as builder ENV MIX_ENV="prod" \ PORT="5000"