8000 Downgrade to python 11.4 due to regression https://github.com/python/… · ajayyy/DeArrowThumbnailCache@29eb435 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29eb435

Browse files
committed
Downgrade to python 11.4 due to regression python/cpython#109538
1 parent 09f8183 commit 29eb435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM python:3.11-alpine AS builder
1+
# 11.4 due to regression https://github.com/python/cpython/issues/109538
2+
FROM python:3.11.4-alpine AS builder
23
RUN apk add --no-cache ffmpeg gcc musl-dev libffi-dev git
34
COPY requirements.txt /
45
RUN mkdir /wheels

0 commit comments

Comments
 (0)
0