Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 540aae3

Browse files
committed
downgrade to py3.9, 3.11 also doesn't work, someone should fix this eventually
1 parent fcd4f68 commit 540aae3

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
@@ -1,4 +1,4 @@
1-
FROM docker.io/python:3.11-slim
1+
FROM docker.io/python:3.9-slim
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)