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 2c521f8 commit 75a3ef7Copy full SHA for 75a3ef7
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.11.1-r1" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
+RUN apk add --no-cache git "nodejs-current=23.11.1-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
24
25
COPY mix.exs ./
26
COPY mix.lock ./
0 commit comments