Skip to content

Commit bc155c4

Browse files
authored
Merge pull request #59 from topcoder-platform/fix/PLAT-3191
update node version
2 parents 894a6a5 + 40ca721 commit bc155c4

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)