Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMilardo committed Jun 26, 2024
1 parent 0dd58dd commit ae021a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM sebmilardo/py-osrm-socal:24.06
FROM sebmilardo/py-osrm-socal@sha256:8a321b8d2459dacff90df7d1217ed25efecb451e6eeb90d6727b9e217a6e29a0
ENV PATH="/venv/bin:$PATH"

COPY requirements.txt requirements.txt

RUN pip install --upgrade pip && pip install -r requirements.txt
RUN pip install --upgrade pip && pip install -r requirements.txt

0 comments on commit ae021a3

Please sign in to comment.