From f7f74b083c981419190cff44b71a1a237b287978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=B6tze?= Date: Fri, 27 Oct 2023 12:38:14 +0200 Subject: [PATCH] Release dpt-prefect-cleanup-runtime v0.0.2 Upgrade Prefect to 2.11.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1252d9..7156be5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM prefecthq/prefect:2.8.5-python3.11 +FROM prefecthq/prefect:2.11.3-python3.11 # extra pip packages for Dask on Kubernetes and S3 RUN pip install s3fs prefect-dask