Skip to content

Commit c0f5328

Browse files
authored
Set proper version of the default images in the docs (#51822)
We changed the rule last year and now "the highest" version of Python is default version for docker, but the docs were not updated in the table to reflect that.
1 parent 4f26e45 commit c0f5328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-stack-docs/build.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ Naming conventions for the images:
316316
+----------------+-----------------------+---------------------------------+--------------------------------------+
317317
| Image | Python | Standard image | Slim image |
318318
+================+=======================+=================================+======================================+
319-
| Latest default | 3.9 | apache/airflow:latest | apache/airflow:slim-latest |
319+
| Latest default | 3.12 | apache/airflow:latest | apache/airflow:slim-latest |
320320
+----------------+-----------------------+---------------------------------+--------------------------------------+
321-
| Default | 3.9 | apache/airflow:X.Y.Z | apache/airflow:slim-X.Y.Z |
321+
| Default | 3.12 | apache/airflow:X.Y.Z | apache/airflow:slim-X.Y.Z |
322322
+----------------+-----------------------+---------------------------------+--------------------------------------+
323323
| Latest | 3.9,3.10,3.11,3.12 | apache/airflow:latest-pythonN.M | apache/airflow:slim-latest-pythonN.M |
324324
+----------------+-----------------------+---------------------------------+--------------------------------------+

0 commit comments

Comments
 (0)