Skip to content

Commit c30e38c

Browse files
committed
Remove setuptools from the container
1 parent 632d75e commit c30e38c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.8.0rc2
2+
current_version = 2.8.0rc3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --yes git
88

99
RUN pip install pip --upgrade
1010
RUN pip install orchestrator-core==${VERSION}
11+
RUN pip uninstall setup-tools
1112

1213
RUN useradd orchestrator
1314
USER orchestrator

orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"""This is the orchestrator workflow engine."""
1515

16-
__version__ = "2.8.0rc2"
16+
__version__ = "2.8.0rc3"
1717

1818
from orchestrator.app import OrchestratorCore
1919
from orchestrator.settings import app_settings

0 commit comments

Comments
 (0)