Skip to content

Commit

Permalink
Python 3.11 is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 13, 2023
1 parent c2750f9 commit 4486c8e
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,4 +1,4 @@
FROM python:3.10-alpine as build
FROM python:3.11-alpine as build
WORKDIR /wheels
RUN apk add --no-cache \
g++ \
Expand All @@ -12,7 +12,7 @@ COPY requirements.txt /opt/sherlock/
RUN pip3 wheel -r /opt/sherlock/requirements.txt


FROM python:3.10-alpine
FROM python:3.11-alpine
WORKDIR /opt/sherlock
ARG VCS_REF
ARG VCS_URL="https://github.com/sherlock-project/sherlock"
Expand Down

0 comments on commit 4486c8e

Please sign in to comment.