upgrade to wiki 0.32.1

This commit is contained in:
Eric Dobbs 2023-11-22 08:51:33 -07:00
parent 70b28d08b0
commit d4d79e3379
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apk add --update --no-cache \
git \
jq
WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.31.0
ARG WIKI_PACKAGE=wiki@0.32.1
RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su node -c "mkdir -p .wiki"
VOLUME "/home/node/.wiki"

View File

@ -31,6 +31,12 @@ IMAGE=dobbs/farm:$TAG
docker build --tag $IMAGE .
```
You might also want to remember the most recent tag:
``` bash
git tag --list | tail -1
```
# Publish container images
GitHub