diff --git a/Dockerfile b/Dockerfile index c616a8e26..cfcb97225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY vespa . RUN mvn clean package # Stage 2: Base image for Python setup -FROM marqoai/marqo-base:33 as base_image +FROM marqoai/marqo-base:36 as base_image # Allow mounting volume containing data and configs for vespa VOLUME /opt/vespa/var