Skip to content

Commit f38e6da

Browse files
committed
use etos_lib 5.1.3
Change-Id: I611efca5cdf9ce6c2aa80528e05a04d96a87002c
1 parent f3f9a8f commit f38e6da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM python:3.9-slim-bookworm
88
ARG TZ
99
ENV TZ=$TZ
1010

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

1313
# hadolint ignore=DL3013
1414
# hadolint ignore=DL3008

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
requires-python = ">=3.9"
1818
dependencies = [
19-
"etos_lib==5.1.2",
19+
"etos_lib==5.1.3",
2020
"etcd3gw~=2.3",
2121
"uvicorn~=0.22",
2222
"fastapi~=0.115.6",

0 commit comments

Comments
 (0)