Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40ca721

Browse files
committedJul 3, 2023
update node version
1 parent 894a6a5 commit 40ca721

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
@@ -4,7 +4,7 @@ RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
44
RUN sed -i 's/security.debian/archive.debian/' /etc/apt/sources.list
55
RUN sed -i 's/deb.debian/archive.debian/' /etc/apt/sources.list
66

7-
RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs libpq-dev g++ make
7+
RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs libpq-dev g++ make
88

99
WORKDIR /opt/app
1010
COPY . .

0 commit comments

Comments
 (0)
Please sign in to comment.