From 46c0213ed044cfcd39903621bb6b2c1cb17e5351 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Apr 2021 20:00:40 +0200 Subject: [PATCH] Update Ruby to 2.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc8db7a..2085583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.2-alpine3.13 +FROM ruby:2.7.3-alpine3.13 ARG VERSION=v3.3.0 ARG REPOSITORY=tootsuite/mastodon