Skip to content

Commit

Permalink
feat: tiddlywiki 5.2.6 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 authored Mar 22, 2023
1 parent 2bc3fb9 commit 80b69f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY init.sh init.sh

RUN <<EOF
apk add --no-cache bash
npm install --global tiddlywiki@5.2.5
npm install --global tiddlywiki@5.2.6
EOF

EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TiddlyWiki 5 Docker Image

![TiddlyWiki Version](https://img.shields.io/badge/TiddlyWiki-v5.2.5-blue)
![TiddlyWiki Version](https://img.shields.io/badge/TiddlyWiki-v5.2.6-blue)
![Latest Release](https://img.shields.io/github/v/release/henry40408/tiddlywiki5?label=Latest%20Release)
[![Latest Build](https://img.shields.io/github/actions/workflow/status/henry40408/tiddlywiki5/build.yml?branch=main&label=build&logo=docker&logoColor=white)](https://github.com/henry40408/tiddlywiki5/actions/workflows/build-docker-image.yml)
[![Docker Image Supported Architectures](https://img.shields.io/badge/arch-amd64%20%7C%20arm64-blue?logo=docker&logoColor=white)](https://hub.docker.com/r/myusername/tiddlywiki5)
Expand Down

0 comments on commit 80b69f9

Please sign in to comment.