mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Dockerfile: Upgrade Python
This commit is contained in:
parent
a4c0fb05aa
commit
c2750f9de1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine as build
|
||||
FROM python:3.10-alpine as build
|
||||
WORKDIR /wheels
|
||||
RUN apk add --no-cache \
|
||||
g++ \
|
||||
|
@ -12,7 +12,7 @@ COPY requirements.txt /opt/sherlock/
|
|||
RUN pip3 wheel -r /opt/sherlock/requirements.txt
|
||||
|
||||
|
||||
FROM python:3.7-alpine
|
||||
FROM python:3.10-alpine
|
||||
WORKDIR /opt/sherlock
|
||||
ARG VCS_REF
|
||||
ARG VCS_URL="https://github.com/sherlock-project/sherlock"
|
||||
|
|
Loading…
Add table
Reference in a new issue