mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Update docs and version number
This commit is contained in:
@@ -246,7 +246,7 @@ To install a plugin, you need to build your own docker image. To do so, create a
|
|||||||
named ``Dockerfile`` in it. The Dockerfile could look like this (replace ``pretix-passbook`` with the plugins of your
|
named ``Dockerfile`` in it. The Dockerfile could look like this (replace ``pretix-passbook`` with the plugins of your
|
||||||
choice)::
|
choice)::
|
||||||
|
|
||||||
FROM pretix/standalone
|
FROM pretix/standalone:stable
|
||||||
USER root
|
USER root
|
||||||
RUN pip3 install pretix-passbook
|
RUN pip3 install pretix-passbook
|
||||||
USER pretixuser
|
USER pretixuser
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "1.2.0"
|
__version__ = "1.3.0-dev0"
|
||||||
|
|||||||
Reference in New Issue
Block a user