Skip to content

Commit

Permalink
update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed May 10, 2024
1 parent 0f0f2f7 commit ca4967b
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 @@ -6,7 +6,7 @@ COPY . /app

RUN apt-get update && \
apt-get install -y curl gnupg && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y nodejs

RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit ca4967b

Please sign in to comment.