From e930c463dd13946756c6fd4e2f11041faf2e071b Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 25 Jan 2021 00:56:35 +0100 Subject: [PATCH] alpine 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c75e277..fc8db7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.2-alpine3.12 +FROM ruby:2.7.2-alpine3.13 ARG VERSION=v3.3.0 ARG REPOSITORY=tootsuite/mastodon