Skip to content

Commit

Permalink
Upgrade to base image 36
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Oct 8, 2024
1 parent d599de6 commit 8ae7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ae7c22

Please sign in to comment.