浏览代码

Dockerfile: bump api2html to version 0.3.3

Benjamin Tissoires 6 年之前
父节点
当前提交
ffd1b93abf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -212,7 +212,7 @@ RUN \
     gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
     gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
     \
     \
     # extract the OpenAPI specification
     # extract the OpenAPI specification
-    npm install -g api2html@0.3.0 && \
+    npm install -g api2html@0.3.3 && \
     mkdir -p /home/wekan/python && \
     mkdir -p /home/wekan/python && \
     chown wekan:wekan --recursive /home/wekan/python && \
     chown wekan:wekan --recursive /home/wekan/python && \
     cd /home/wekan/python && \
     cd /home/wekan/python && \