We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f18d7 commit df359dcCopy full SHA for df359dc
Dockerfile
@@ -6,7 +6,7 @@ FROM base AS builder
6
ENV POETRY_VERSION=1.8.3
7
8
# deps are required to build cffi
9
-RUN apk add --no-cache --virtual .build-deps gcc=14.2.0-r4 libffi-dev=3.4.6-r0 musl-dev=1.2.5-r9 && \
+RUN apk add --no-cache --virtual .build-deps gcc=14.2.0-r4 libffi-dev=3.4.7-r0 musl-dev=1.2.5-r9 && \
10
pip install --no-cache-dir "poetry==$POETRY_VERSION" "poetry-dynamic-versioning[plugin]" && \
11
apk del .build-deps gcc libffi-dev musl-dev
12
0 commit comments