mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Bump version for 3.4.5
This commit is contained in:
parent
bad81bab8e
commit
908ab5795b
4 changed files with 7 additions and 3 deletions
|
@ -146,3 +146,7 @@
|
|||
[1.7.3]
|
||||
* Update base image to 3.2.0
|
||||
|
||||
[1.7.4]
|
||||
* Update Mastodon to 3.4.5
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.5)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.7.3",
|
||||
"version": "1.7.4",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Mastodon <upstream>3.4.4</upstream>.
|
||||
This app packages Mastodon <upstream>3.4.5</upstream>.
|
||||
|
||||
## About
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN gem install --no-document bundler
|
|||
ENV RAILS_ENV production
|
||||
ENV NODE_ENV production
|
||||
|
||||
ARG VERSION=3.4.4
|
||||
ARG VERSION=3.4.5
|
||||
|
||||
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