parent
cdbe8d4a78
commit
12cafae22b
|
|
@ -1,3 +1,3 @@
|
|||
erlang 27.3.1
|
||||
elixir 1.18.3-otp-27
|
||||
nodejs 23.2.0
|
||||
nodejs 21.7.3
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ RUN mkdir /app
|
|||
WORKDIR /app
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add --no-cache git "nodejs-current=23.2.0-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
|
||||
RUN apk add --no-cache git "nodejs-current=21.7.3-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
|
||||
|
||||
COPY mix.exs ./
|
||||
COPY mix.lock ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue