Skip to content

Commit

Permalink
Merge pull request #42 from federated-wiki/upgrade/0.36.1
Browse files Browse the repository at this point in the history
Increase version 0.36.0 to 0.36.1
  • Loading branch information
github-actions[bot] authored May 13, 2024
2 parents b91f302 + 169bca4 commit 4cae4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_TAG=0.36.0
IMAGE_TAG=0.36.1
NODE_ENV=production
COOKIESECRET=
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine

ARG WIKI_TAG=0.36.0
ARG WIKI_TAG=0.36.1

RUN apk add --no-cache bash git
RUN npm i -g wiki@${WIKI_TAG}
Expand Down

0 comments on commit 4cae4b4

Please sign in to comment.