Skip to content

Commit

Permalink
fix: set specific pymupdf version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Nov 4, 2024
1 parent 3e7e29c commit 4242974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apk add --no-cache git make gcc g++ musl-dev && \

FROM docker.io/alpine:${ALPINE_VERSION} AS build-pymupdf
RUN apk add --no-cache gcc musl-dev linux-headers make g++ clang-dev python3 python3-dev py3-pip && \
pip install --target /out pymupdf
pip install --target /out pymupdf==1.24.12

FROM docker.io/alpine:${ALPINE_VERSION} AS runtime
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing \
Expand Down

0 comments on commit 4242974

Please sign in to comment.