From 376fc7455886a357847fd738144ced76bcf0f5d2 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Mon, 25 Nov 2024 16:37:58 -0700 Subject: [PATCH] upgrade build to python 3.11 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 46b9492..b048035 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM apache/airflow:slim-2.7.0-python3.10 +FROM apache/airflow:slim-2.7.0-python3.11 USER root # `apt-get autoremove` is used to remove packages that were automatically installed to satisfy