diff --git a/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/Dockerfile b/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/Dockerfile index 0b8feb2e..445be34e 100644 --- a/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/Dockerfile +++ b/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.stackable.tech/stackable/pyspark-k8s:3.4.0-stackable23.7.0 +FROM docker.stackable.tech/stackable/spark-k8s:3.5.1-stackable24.7.0 COPY demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/requirements.txt .