docker-python-poetry/3.11/Dockerfile
renovate-bot faeab2c5eb
Some checks reported errors
continuous-integration/drone/pr Build was killed
Update python:3.11.10-slim-bookworm Docker digest to e8381c8
2024-11-13 07:22:07 +00:00

9 lines
277 B
Docker

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