[mod] tiddlywiki 5.2.3

This commit is contained in:
Andy Bunce 2022-09-19 21:25:17 +01:00
parent ea56c8ebf7
commit 1a1926a1ed
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM node:12-alpine
RUN npm install -g tiddlywiki@5.2.2
RUN npm install -g tiddlywiki@5.2.3
EXPOSE 8080

View file

@ -2,7 +2,7 @@ version: '3'
services:
tiddly:
image: tiddlywiki:5.2.2
image: tiddlywiki:5.2.3
build: .
container_name: tiddlywiki-docker
restart: unless-stopped