Skip to content

Commit

Permalink
fixed #967 - upgrade node (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny authored Mar 14, 2024
1 parent 65f0056 commit 1395d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.72.1-bullseye AS build

ENV DEBIAN_FRONTEND noninteractive

RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get update \
&& apt-get install -y ca-certificates-java nodejs openjdk-17-jdk \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 1395d64

Please sign in to comment.