Update Dockerfile
Signed-off-by: arndttouby <arndt@touby.eu>
This commit is contained in:
parent
0798cc9046
commit
2711a6012b
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
# - https://pkgs.org/ - resource for finding needed packages
|
||||
# - Ex: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20250113-slim
|
||||
#
|
||||
ARG ELIXIR_VERSION=1.18.1
|
||||
ARG OTP_VERSION=27.2
|
||||
ARG ELIXIR_VERSION=1.18.3
|
||||
ARG OTP_VERSION=27.3
|
||||
ARG DEBIAN_VERSION=bookworm-20250113-slim
|
||||
|
||||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
|
|
@ -40,6 +40,7 @@ WORKDIR /app
|
|||
FROM package_installer AS development
|
||||
RUN mix local.hex --force && \
|
||||
mix archive.install hex phx_new --force && \
|
||||
mic archive.install hex igniter_new --force && \
|
||||
mix local.rebar --force
|
||||
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue