Skip to content

Commit 2baee26

Browse files
fix nodesource link
1 parent 23a1804 commit 2baee26

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=8.16.1-1nodesource1
7+
nodejs
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)