sheharyarn / cloudup.dev

Tools to jump-start development on the Cloud ☁️
https://cloudup.dev
106 stars 11 forks source link

Undefined ELIXIR_VERSION in Dockerfile #10

Closed am-nimrah closed 8 months ago

am-nimrah commented 8 months ago

The Dockerfile currently references the ELIXIR_VERSION argument without defining it explicitly. To address this issue, please add the following line before the FROM statement in the Dockerfile: ARG ELIXIR_VERSION=1.12 This ensures that the ELIXIR_VERSION argument is properly defined, preventing potential build errors.

sheharyarn commented 8 months ago

Same as #11.