From 01c9e59675783b4bc480a977e17dfcbc3cffb207 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:39:14 +0000 Subject: [PATCH] fix(airflow): Update docker.io/apache/airflow Docker tag to v2.7.2 (#275) Signed-off-by: plural-renovate[bot]@users.noreply.github.com Co-authored-by: plural-renovate[bot] --- airflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/Dockerfile b/airflow/Dockerfile index 1725bc5c..d4cc8bf1 100644 --- a/airflow/Dockerfile +++ b/airflow/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/apache/airflow:2.7.1-python3.10 +FROM docker.io/apache/airflow:2.7.2-python3.10 USER root RUN apt-get -yq update \