Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
# A container for the core semantic-search capability.
#
######################################################
FROM python:3.12-alpine3.21
FROM python:alpine3.22


# Install required packages
RUN apk update && \
apk add g++ make cargo rust

RUN apk upgrade -Ua
RUN apk add "libxml2=2.13.4-r6"

RUN pip install --upgrade pip
# Create a non-root user.
Expand Down
Loading