Update base image for Airflow to 2.5.2 88/13088/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 23 Mar 2023 16:29:26 +0000 (17:29 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 28 Mar 2023 16:35:49 +0000 (18:35 +0200)
Change-Id: Id73a0de10b80a4154e1816c5695d3c96de1b03fe
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/Airflow/Dockerfile

index 5aa56a3..804cc7f 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 #######################################################################################
 
-FROM apache/airflow:2.3.0-python3.8
+FROM apache/airflow:2.5.2-python3.8
 USER root
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \