Skip to content

Commit

Permalink
chore(build): update python base image (#3565)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <huangjy@emqx.io>
  • Loading branch information
ngjaying authored Feb 24, 2025
1 parent 8ea0117 commit e067ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile-slim-python
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /go/kuiper

RUN make build_with_edgex_and_script

FROM python:3.8.12-slim-bullseye
FROM python:3.14.0a2-slim-bookworm

COPY --from=builder /go/kuiper/_build/kuiper-* /kuiper/
COPY ./deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
Expand Down

0 comments on commit e067ff3

Please sign in to comment.