Skip to content

Commit dc7c68a

Browse files
committed
add git_commit to dockerfile, bump version
1 parent e80a48d commit dc7c68a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
6060
# Copy the rest of the code over
6161
COPY ./ /code/
6262

63+
ARG GIT_COMMIT=
64+
ENV GIT_COMMIT ${GIT_COMMIT}
65+
6366
RUN python setup.py develop
6467

6568
EXPOSE 7778

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.17.0'
1+
__version__ = '0.17.1'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)