Skip to content

Commit

Permalink
Update Marqo-base version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Oct 7, 2024
1 parent 8142bbc commit d599de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:30 as base_image
FROM marqoai/marqo-base:33 as base_image

# Allow mounting volume containing data and configs for vespa
VOLUME /opt/vespa/var
Expand Down
2 changes: 1 addition & 1 deletion src/marqo/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.12.1"
__version__ = "2.12.2"

def get_version() -> str:
return f"{__version__}"

0 comments on commit d599de6

Please sign in to comment.