You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/28 20:55:00 UTC

[airflow] branch main updated: Update to latest version in Dockerfile (and add instructions) (#21876)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2049998  Update to latest version in Dockerfile (and add instructions) (#21876)
2049998 is described below

commit 20499984f183e0630b41560b68a60fc1511c92f2
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Feb 28 21:54:08 2022 +0100

    Update to latest version in Dockerfile (and add instructions) (#21876)
---
 Dockerfile                    | 2 +-
 dev/README_RELEASE_AIRFLOW.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 269059c..f353abd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,7 @@ ARG AIRFLOW_UID="50000"
 ARG AIRFLOW_USER_HOME_DIR=/home/airflow
 
 # latest released version here
-ARG AIRFLOW_VERSION="2.2.3"
+ARG AIRFLOW_VERSION="2.2.4"
 
 ARG PYTHON_BASE_IMAGE="python:3.7-slim-buster"
 
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 05cca00..55fe682 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -1074,6 +1074,7 @@ This includes:
 - Modify `./scripts/ci/pre-commit/supported_versions.py` and let pre-commit do the job
 - Sync `CHANGELOG.txt`, `UPDATING.md` and `README.md` changes
 - Updating issue templates in `.github/ISSUE_TEMPLATE/` with the new version
+- Updating `Dockerfile` with the new version
 
 ## Update default Airflow version in the helm chart