Skip to content

Commit bf531c7

Browse files
c-wmargaretmeehan
authored andcommitted
Fix nodesource link
1 parent 300ae1d commit bf531c7

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 @@ FROM python:${PYTHON_VERSION}-stretch AS builder
44
ARG NODE_VERSION="8.x"
55
RUN curl -sL "https://deb.nodesource.com/setup_${NODE_VERSION}" | bash - \
66
&& apt-get install --no-install-recommends -y \
7-
nodejs
7+
nodejs=8.16.1-1nodesource1
88

99
COPY tools/install-mssql.sh /doccano/tools/install-mssql.sh
1010
RUN /doccano/tools/install-mssql.sh --dev

0 commit comments

Comments
 (0)