From f532c91532297cbe95b13db6fd1bb3e3300e1d9c Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 27 Dec 2020 13:23:24 +0100 Subject: [PATCH] Mastodon 3.3.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 358c448..c75e277 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ruby:2.6.6-alpine3.12 +FROM ruby:2.7.2-alpine3.12 -ARG VERSION=v3.2.2 +ARG VERSION=v3.3.0 ARG REPOSITORY=tootsuite/mastodon ARG LIBICONV_VERSION=1.16