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

Dockerfile: Upgrade Python

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

@ -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…
Cancel
Save