chore(ingest): bump datahub-actions python version to 3.11 (#14546)

This commit is contained in:
Harshal Sheth 2025-08-25 01:32:58 -07:00 committed by GitHub
parent b3f20ee437
commit 0e141255ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# This image has two variants: full and slim.
# The full variant has additional deps preinstalled, like a JRE and Oracle client.
ARG APP_ENV=full
ARG PYTHON_VERSION=3.10
ARG PYTHON_VERSION=3.11
# INLINE-BEGIN @/docker/snippets/ingestion_base
# This is the "base" image workflow.