Skip to content

Commit 73606b5

Browse files
MaorDavidzonclaude
andcommitted
Bump musl-dev pin to 1.2.5-r11 to fix Docker build
Alpine 3.21 repo rotated musl-dev from r9 to r11, breaking the build with "unable to select packages". Other pinned packages (gcc, libffi-dev, git) are still at the same revision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 071afa3 commit 73606b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM base AS builder
66
ENV POETRY_VERSION=2.2.1
77

88
# deps are required to build cffi
9-
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 && \
9+
RUN apk add --no-cache --virtual .build-deps gcc=14.2.0-r4 libffi-dev=3.4.7-r0 musl-dev=1.2.5-r11 && \
1010
pip install --no-cache-dir "poetry==$POETRY_VERSION" "poetry-dynamic-versioning[plugin]" && \
1111
apk del .build-deps gcc libffi-dev musl-dev
1212

0 commit comments

Comments
 (0)