Skip to content

Commit

Permalink
Merge pull request #374 from helxplatform/patch-docker-image
Browse files Browse the repository at this point in the history
python 3.12
  • Loading branch information
YaphetKG authored Oct 21, 2024
2 parents ea2d757 + 85084fd commit fafe7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fafe7f8

Please sign in to comment.