From 356afda8a721d9d74c84c506b12257d1f82cf407 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Tue, 27 Nov 2018 21:10:15 -0800 Subject: [PATCH] Update wiki version for security fix --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbeda63..16fcfc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN useradd --create-home app \ jq \ git WORKDIR /home/app -ARG WIKI_PACKAGE=wiki@0.14.0 +ARG WIKI_PACKAGE=wiki@0.15.0 RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su app -c "mkdir .wiki" COPY configure-wiki set-owner-name ./ diff --git a/README.md b/README.md index 4bbb492..dc397d7 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Visit http://localhost:3000 # Development -This image's tag matches the version of the included wiki software. +This image's tag does not match the version of the included wiki software. Notes to self: ``` bash -git tag -am "" '0.14.0' +git tag -am "" '0.50.0' git push --tags ```