@@ -31,12 +31,12 @@ Every time a new version of Airflow is released, the images are prepared in the
3131[ apache/airflow DockerHub] ( https://hub.docker.com/r/apache/airflow )
3232for all the supported Python versions.
3333
34- You can find the following images there (Assuming Airflow version ` 3.3 .0 ` ):
34+ You can find the following images there (Assuming Airflow version ` 3.4 .0 ` ):
3535
3636* ` apache/airflow:latest ` - the latest released Airflow image with default Python version (3.12 currently)
3737* ` apache/airflow:latest-pythonX.Y ` - the latest released Airflow image with specific Python version
38- * ` apache/airflow:3.3 .0 ` - the versioned Airflow image with default Python version (3.12 currently)
39- * ` apache/airflow:3.3 .0-pythonX.Y ` - the versioned Airflow image with specific Python version
38+ * ` apache/airflow:3.4 .0 ` - the versioned Airflow image with default Python version (3.12 currently)
39+ * ` apache/airflow:3.4 .0-pythonX.Y ` - the versioned Airflow image with specific Python version
4040
4141Those are "reference" regular images. They contain the most common set of extras, dependencies and providers that are
4242often used by the users and they are good to "try-things-out" when you want to just take Airflow for a spin,
@@ -47,8 +47,8 @@ via [Building the image](https://airflow.apache.org/docs/docker-stack/build.html
4747
4848* ` apache/airflow:slim-latest ` - the latest released Airflow image with default Python version (3.12 currently)
4949* ` apache/airflow:slim-latest-pythonX.Y ` - the latest released Airflow image with specific Python version
50- * ` apache/airflow:slim-3.3 .0 ` - the versioned Airflow image with default Python version (3.12 currently)
51- * ` apache/airflow:slim-3.3 .0-pythonX.Y ` - the versioned Airflow image with specific Python version
50+ * ` apache/airflow:slim-3.4 .0 ` - the versioned Airflow image with default Python version (3.12 currently)
51+ * ` apache/airflow:slim-3.4 .0-pythonX.Y ` - the versioned Airflow image with specific Python version
5252
5353The Apache Airflow image provided as convenience package is optimized for size, and
5454it provides just a bare minimal set of the extras and dependencies installed and in most cases
0 commit comments