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

Merge pull request from cclauss/patch-8

Dockerfile: Upgrade Python
pull/1759/head
Sondre 2 years ago committed by GitHub
commit f6d966ccd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM python:3.7-slim-bullseye as build
FROM python:3.11-slim-bullseye as build
WORKDIR /wheels
COPY requirements.txt /opt/sherlock/
@ -6,7 +6,7 @@ RUN apt-get update \
&& apt-get install -y build-essential \
&& pip3 wheel -r /opt/sherlock/requirements.txt
FROM python:3.7-slim-bullseye
FROM python:3.11-slim-bullseye
WORKDIR /opt/sherlock
ARG VCS_REF

Loading…
Cancel
Save