Version fix in dockerfile

Change-Id: Ib3786729dcb6e55c3f0e578a8fb1afd1c79bdbc9
This commit is contained in:
Sergiy Markin 2024-03-04 17:01:29 +00:00
parent 580c42e0ac
commit 220d1a5936
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ ARG AIRFLOW_HOME=/usr/local/airflow
# Moved celery to images/airflow/requirements.txt as apache-airflow uses a
# version of celery incompatibile with the version of kombu needed by other
# Airship components
ARG AIRFLOW_SRC="apache-airflow[crypto,celery,hive,hdfs,jdbc,postgres]==2.8.1"
ARG AIRFLOW_SRC="apache-airflow[crypto,celery,hive,hdfs,jdbc,postgres]==2.8.2"
ARG DEBIAN_FRONTEND=noninteractive
ARG ctx_base=src/bin
# Kubectl version
ARG KUBECTL_VERSION=1.29.0
ARG KUBECTL_VERSION=1.29.2
# Needed from apache-airflow 1.10.2, since core.airflow_home config is deprecated
ENV AIRFLOW_HOME=${AIRFLOW_HOME}