We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f9a8f commit f38e6daCopy full SHA for f38e6da
Dockerfile
@@ -8,7 +8,7 @@ FROM python:3.9-slim-bookworm
8
ARG TZ
9
ENV TZ=$TZ
10
11
-COPY --from=build /src/python/dist/*.whl /tmp
+COPY --from=build /src/python/dist/*.whl /tmp/
12
13
# hadolint ignore=DL3013
14
# hadolint ignore=DL3008
python/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
]
17
requires-python = ">=3.9"
18
dependencies = [
19
- "etos_lib==5.1.2",
+ "etos_lib==5.1.3",
20
"etcd3gw~=2.3",
21
"uvicorn~=0.22",
22
"fastapi~=0.115.6",
0 commit comments