Skip to content

Commit

Permalink
Pin nodejs version to be the same as .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Jan 7, 2025
1 parent 1da257f commit 9213692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mkdir /app
WORKDIR /app

# install build dependencies
RUN apk add --no-cache git nodejs yarn python3 npm 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 ./
Expand Down

0 comments on commit 9213692

Please sign in to comment.