update readme

This commit is contained in:
Jeffrey Paul 2019-12-10 18:08:49 -08:00
parent 91ba79694c
commit 7e2016e7a2
1 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@ ENV \
ARG UID=991
ARG GID=991
# mastodon v3.0.1
# 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=c4118ba71ba31e408c02d289e111326ccc6f6aa2
ARG REPO_REV=master
# install os prereq stuff to image
ADD prereqs.sh /tmp/prereqs.sh