summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-05-14 10:26:50 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-05-14 10:33:41 +0200
commitffd1b93abf8e8898399f91ff9c7f032078d34013 (patch)
treea70cd151684d63b29601f0a6339e85117285535c /Dockerfile
parentb98347947661e5c79f286a4e5d7f11e614dfb43c (diff)
downloadwekan-ffd1b93abf8e8898399f91ff9c7f032078d34013.tar.gz
wekan-ffd1b93abf8e8898399f91ff9c7f032078d34013.tar.bz2
wekan-ffd1b93abf8e8898399f91ff9c7f032078d34013.zip
Dockerfile: bump api2html to version 0.3.3
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e02455e5..87ee92f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -212,7 +212,7 @@ RUN \
gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
\
# extract the OpenAPI specification
- npm install -g api2html@0.3.0 && \
+ npm install -g api2html@0.3.3 && \
mkdir -p /home/wekan/python && \
chown wekan:wekan --recursive /home/wekan/python && \
cd /home/wekan/python && \