Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/4486c8e0b2db4747cd84e9c8c6a31c888718820f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Python 3.11 is faster

pull/1399/head
Christian Clauss 2 years ago committed by GitHub
parent c2750f9de1
commit 4486c8e0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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++ \
@ -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"

Loading…
Cancel
Save