Skip to content

Commit

Permalink
Forced Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacon-renci committed Jan 24, 2024
1 parent 96f7338 commit f3d9411
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 @@ -3,7 +3,7 @@
# A container for the core semantic-search capability.
#
######################################################
FROM python:alpine3.19
FROM python:3.11-alpine3.19

# Install required packages
RUN apk update && \
Expand Down

0 comments on commit f3d9411

Please sign in to comment.