docker-python-poetry/3.13/Dockerfile
renovate-bot 9fd832403f
Some checks are pending
continuous-integration/drone/pr Build is pending
Update python:3.13.1-slim-bookworm Docker digest to 031ebf3
2025-02-04 16:18:01 +00:00

8 lines
276 B
Docker

FROM python:3.13.1-slim-bookworm@sha256:031ebf3cde9f3719d2db385233bcb18df5162038e9cda20e64e08f49f4b47a2f
# renovate: datasource=pypi depName=poetry versioning=semver
ENV POETRY_VERSION 1.8.5
RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION;
CMD [ "poetry" ]