From 776bc0065a6cb8bf30f8696ee15efb155af1865c Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 30 Jun 2025 22:53:05 +0200 Subject: [PATCH] Increase dependency epoch to trigger pip cache invalidation After removal of analytics-python we still keep it in the constraints. This change is likely to build cache from the scratch an avoid analytics-python in our constraints. --- Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 70552cc35d754..f003636a2e6aa 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1250,7 +1250,7 @@ ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow" # NOTE! When you want to make sure dependencies are installed from scratch in your PR after removing # some dependencies, you also need to set "disable image cache" in your PR to make sure the image is # not built using the "main" version of those dependencies. -ARG DEPENDENCIES_EPOCH_NUMBER="14" +ARG DEPENDENCIES_EPOCH_NUMBER="15" # Make sure noninteractive debian install is used and language variables set ENV PYTHON_BASE_IMAGE=${PYTHON_BASE_IMAGE} \