diff --git a/Dockerfile b/Dockerfile index a49eb92..f81b9f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,13 +3,14 @@ # A container for the core semantic-search capability. # ###################################################### -FROM python:alpine3.20 +FROM python:3.12-alpine # Install required packages RUN apk update && \ apk add g++ make +RUN apk upgrade -Ua RUN pip install --upgrade pip # Create a non-root user.