Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.17 (2020-01-08)

* Update ruby to 2.7.0
* Update tdiary to 5.1.0
* Update tdiary-contrib to 5.1.0

## 0.1.16 (2019-07-24)

* Update debian to 10 (buster)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ruby:2.6.3
FROM ruby:2.7.0
MAINTAINER YAMADA Tsuyoshi <[email protected]>

ENV TDIARY_CORE_VERSION=v5.0.14
ENV TDIARY_CONTRIB_VERSION=v5.0.13
ENV TDIARY_CORE_VERSION=v5.1.0
ENV TDIARY_CONTRIB_VERSION=v5.1.0
ENV TDIARY_CACHE_NULL_VERSION=v0.1.2
ENV TDIARY_IO_RDB_VERSION=v0.0.2
ENV TDIARY_STYLE_GFM_VERSION=v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
tdiary:
build:
context: .
image: minimum2scp/magellan-tdiary:0.1.16
image: minimum2scp/magellan-tdiary:0.1.17
command: >
bundle exec passenger start -e production -p 80 --max-pool-size 3
--pid-file tmp/passenger.pid --load-shell-envvars --static-files-dir public
Expand Down