Upgrade elixir and erlang runtimes #83

Merged
joao.dubas merged 26 commits from jpd-feat-upgrade-runtimes into main 2024-07-08 21:04:27 +00:00
Showing only changes of commit ad169e7a22 - Show all commits

View File

@ -1,7 +1,7 @@
FROM hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim AS builder
RUN apt-get update \
&& apt-get -y install make
&& apt-get -y install git make
WORKDIR /opt/app
COPY ./mix.exs ./