We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bab944 commit 2c521f8Copy full SHA for 2c521f8
Dockerfile
@@ -20,7 +20,7 @@ RUN mkdir /app
20
WORKDIR /app
21
22
# install build dependencies
23
-RUN apk add --no-cache git "nodejs-current=23.2.0-r1" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
+RUN apk add --no-cache git "nodejs-current=23.11.1-r1" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
24
25
COPY mix.exs ./
26
COPY mix.lock ./
0 commit comments