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:
Eric Gustin 2025-04-17 15:12:32 -08:00 committed by GitHub
parent 5bfb498188
commit 0bcbaa380a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim
# Define build arguments with default values
ARG PORT=8001