We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3986ce + bc155c4 commit c8b86d1Copy full SHA for c8b86d1
Dockerfile
@@ -4,7 +4,7 @@ RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
4
RUN sed -i 's/security.debian/archive.debian/' /etc/apt/sources.list
5
RUN sed -i 's/deb.debian/archive.debian/' /etc/apt/sources.list
6
7
-RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs libpq-dev g++ make
+RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs libpq-dev g++ make
8
9
WORKDIR /opt/app
10
COPY . .
0 commit comments