Skip to content

Commit 9983a69

Browse files
committed
Fix docker builds
1 parent ab0d4e4 commit 9983a69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ COPY pyproject.toml .
6464
RUN poetry config virtualenvs.create false && \
6565
poetry lock && \
6666
poetry install --only main --no-root --no-interaction --no-ansi && \
67-
poetry cache clear . --all && \
67+
poetry cache clear . --all --no-interaction && \
6868
rm -rf /root/.cache/
6969

7070
# Cleanup

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requests = ">=2.25.1"
3131
bs4 = ">=0.0.1"
3232
colorlog = ">=4.7.2"
3333
macholib = ">=1.14"
34-
whitenoise = ">=5.2.0"
34+
whitenoise = ">=6.8.2"
3535
waitress = {version = ">=3.0.1", markers = "sys_platform == 'win32'"}
3636
gunicorn = {version = ">=20.0.4", markers = "sys_platform != 'win32'"}
3737
psutil = ">=5.8.0"

0 commit comments

Comments
 (0)