Skip to content

Commit cec647c

Browse files
committed
upgrade mastodon
1 parent 9619bfe commit cec647c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tootsuite/mastodon:v4.0.1
1+
FROM tootsuite/mastodon:v4.3.0
22

33
USER root
44
RUN mkdir -p /var/cache/apt/archives/partial && \

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ kill_timeout = 5
66
swap_size_mb = 1024
77

88
## Uncomment if you are upgrading Mastodon. See README.md for details.
9-
# [deploy]
10-
# release_command = "bin/rails db:migrate"
9+
[deploy]
10+
release_command = "bin/rails db:migrate"
1111

1212
[env]
1313
LOCAL_DOMAIN = "social.python.it"

0 commit comments

Comments
 (0)