mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
Bump version
This commit is contained in:
parent
46cf00f343
commit
246c44e1c3
3 changed files with 8 additions and 3 deletions
|
@ -418,3 +418,8 @@
|
|||
* Fix some link anchors being recognized as hashtags (ClearlyClaire, ClearlyClaire)
|
||||
* Fix format-dependent redirects being cached regardless of requested format (ClearlyClaire)
|
||||
|
||||
[1.12.3]
|
||||
* Update Mastodon to 4.2.3
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.3)
|
||||
* Fix dependency on json-canonicalization version that has been made unavailable since last release
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.12.2",
|
||||
"upstreamVersion": "4.2.2",
|
||||
"version": "1.12.3",
|
||||
"upstreamVersion": "4.2.3",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
|
@ -33,7 +33,7 @@ RUN gem install --no-document bundler
|
|||
ENV RAILS_ENV production
|
||||
ENV NODE_ENV production
|
||||
|
||||
ARG VERSION=4.2.2
|
||||
ARG VERSION=4.2.3
|
||||
|
||||
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
|
||||
bundle config --local set deployment 'true' && \
|
||||
|
|
Loading…
Reference in a new issue