Skip to content

Commit 75a3ef7

Browse files
committed
hum
1 parent 2c521f8 commit 75a3ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir /app
2020
WORKDIR /app
2121

2222
# 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
23+
RUN apk add --no-cache git "nodejs-current=23.11.1-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
2424

2525
COPY mix.exs ./
2626
COPY mix.lock ./

0 commit comments

Comments
 (0)