Skip to content

Commit

Permalink
Remove setuptools from the container
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Oct 21, 2024
1 parent 632d75e commit c30e38c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.0rc2
current_version = 2.8.0rc3
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --yes git

RUN pip install pip --upgrade
RUN pip install orchestrator-core==${VERSION}
RUN pip uninstall setup-tools

RUN useradd orchestrator
USER orchestrator
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

__version__ = "2.8.0rc2"
__version__ = "2.8.0rc3"

from orchestrator.app import OrchestratorCore
from orchestrator.settings import app_settings
Expand Down

0 comments on commit c30e38c

Please sign in to comment.