Update wiki version for security fix
This commit is contained in:
parent
e9bd94e860
commit
356afda8a7
@ -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 ./
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user