From 86548c594a7d2237f40c885ec0aabe1b3be97ed6 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Mon, 6 Nov 2017 18:00:57 -0700 Subject: [PATCH] upgrade to wiki 0.12.2 includes update to client and several plugins: calendar, markdown, and html --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a51c6a7..5841d82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN useradd --create-home app \ jq \ git WORKDIR /home/app -ARG WIKI_PACKAGE=wiki@0.12.1 +ARG WIKI_PACKAGE=wiki@0.12.2 RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su app -c "mkdir .wiki" COPY configure-and-launch-wiki set-owner-name ./ diff --git a/README.md b/README.md index 7111958..a3f2780 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Open http://that.localtest.me:3000 in another. This image's tag matches the version of the included wiki software. ``` bash -git tag -am "" '0.12.1+github' +git tag -am "" '0.12.2' git push --tags -docker build -t dobbs/farm:0.12.1+github . -docker push dobbs/farm:0.12.1+github +docker build -t dobbs/farm:0.12.2 . +docker push dobbs/farm:0.12.2 ```