Skip to content

Commit 0ba0eb4

Browse files
authored
fix!: remove loguru
because we want to encourage using Kestra.logger
1 parent 3eac926 commit 0ba0eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/kestrapy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM python:3.11-alpine
22
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples
33
LABEL org.opencontainers.image.description="Image with the latest Kestra Python package and loguru logger"
4-
RUN pip install --no-cache-dir uv kestra loguru amazon-ion
4+
RUN pip install --no-cache-dir uv kestra amazon-ion

0 commit comments

Comments
 (0)