Bump version

This commit is contained in:
Johannes Zellner 2023-12-05 15:54:03 +01:00
parent 46cf00f343
commit 246c44e1c3
3 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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,

View file

@ -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' && \