We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80a48d commit dc7c68aCopy full SHA for dc7c68a
Dockerfile
@@ -60,6 +60,9 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
60
# Copy the rest of the code over
61
COPY ./ /code/
62
63
+ARG GIT_COMMIT=
64
+ENV GIT_COMMIT ${GIT_COMMIT}
65
+
66
RUN python setup.py develop
67
68
EXPOSE 7778
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.17.0'
+__version__ = '0.17.1'
2
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments