Skip to content

Commit 2fe3635

Browse files
committed
fix: pin python 3.12, alpine 3.20
This is because imghdr was removed in python 3.13 but beets components depend on it.
1 parent d8aefd4 commit 2fe3635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-alpine3.19
1+
FROM python:3.12-alpine3.20
22
RUN apk add --update --no-cache libgcc ffmpeg
33
# beets==1.6.0 + patches
44
RUN set -eux; \

0 commit comments

Comments
 (0)