Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polyglot/python_worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \

WORKDIR /app

RUN pip install --no-cache-dir "durable-workflow==0.4.22"
RUN pip install --no-cache-dir "durable-workflow==0.4.35"

COPY activities.py ./activities.py
# Bake the polyglot smoke scripts into the image so the smoke service does
Expand Down
2 changes: 1 addition & 1 deletion polyglot/python_workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \

WORKDIR /app

RUN pip install --no-cache-dir 'durable-workflow==0.4.22'
RUN pip install --no-cache-dir 'durable-workflow==0.4.35'

COPY workflow.py ./workflow.py

Expand Down
Loading