Bump Python version for Worker's Dockerfile (#365)
[build-and-publish](https://github.com/ArcadeAI/arcade-ai/actions/runs/14522118587/job/40745392086) is failing to build the Worker container because the arcade-stripe toolkit requires Python >=3.11. The arcade-stripe toolkit has a dependency that requires >=3.11, so we can't loosen the toolkit's requirement.
This commit is contained in:
parent
5bfb498188
commit
0bcbaa380a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Define build arguments with default values
|
||||
ARG PORT=8001
|
||||
|
|
|
|||
Loading…
Reference in a new issue