Skip to content

Commit

Permalink
Revert "Use image python:3.10-alpine (#671)" (#677)
Browse files Browse the repository at this point in the history
This reverts commit e9c09f9.
  • Loading branch information
pfeairheller authored Feb 13, 2024
1 parent e9c09f9 commit 891d5b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/keripy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder layer
FROM python:3.10-alpine as builder
FROM python:3.10.13-alpine3.18 as builder

# Install compilation dependencies
RUN apk --no-cache add \
Expand All @@ -24,8 +24,7 @@ RUN pip install --upgrade pip && \
mkdir /keripy/src

# Copy Python dependency files in
COPY requirements.txt setup.py ./

COPY requirements.txt setup.py .
# Set up Rust environment and install Python dependencies
# Must source the Cargo environment for the blake3 library to see
# the Rust intallation during requirements install
Expand Down

0 comments on commit 891d5b3

Please sign in to comment.