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

Commit

Permalink
downgrade to py3.9, 3.11 also doesn't work, someone should fix this e…
Browse files Browse the repository at this point in the history
…ventually
  • Loading branch information
nikhiljha committed Apr 21, 2024
1 parent fcd4f68 commit 540aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11-slim
FROM docker.io/python:3.9-slim

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 540aae3

Please sign in to comment.