From b68efda8a3586a8a6c496f16ca8baa949e90e798 Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 10 Dec 2019 20:09:52 -0800 Subject: [PATCH] maintain commit hash for v3.0.1 --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a7fd11..49d57b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,9 @@ ENV \ ARG UID=991 ARG GID=991 -# this repo master maps to upstream master, branches in this repo -# map to specific upstream commits that are released as versions ARG REPO_URL=https://github.com/tootsuite/mastodon.git -ARG REPO_REV=master +# v3.0.1 upstream +ARG REPO_REV=c4118ba71ba31e408c02d289e111326ccc6f6aa2 # install os prereq stuff to image ADD prereqs.sh /tmp/prereqs.sh