Revert "Try bumping node too 🤷"

This reverts commit cdbe8d4a78.
This commit is contained in:
Adam Rutkowski 2025-04-02 12:43:38 +02:00
parent cdbe8d4a78
commit 12cafae22b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
erlang 27.3.1
elixir 1.18.3-otp-27
nodejs 23.2.0
nodejs 21.7.3

View File

@ -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 ./