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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:3.9-slim-bookworm
ARG TZ
ENV TZ=$TZ

COPY --from=build /src/python/dist/*.whl /tmp
COPY --from=build /src/python/dist/*.whl /tmp/

# hadolint ignore=DL3013
# hadolint ignore=DL3008
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"etos_lib==5.1.2",
"etos_lib==5.1.3",
"etcd3gw~=2.3",
"uvicorn~=0.22",
"fastapi~=0.115.6",
Expand Down
Loading