We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882310 commit 524415bCopy full SHA for 524415b
2 files changed
Dockerfile
@@ -2,7 +2,7 @@
2
# 1. Update the version tag in the Dockerfile to match the version in sherlock/__init__.py
3
# 2. Update the VCS_REF tag to match the tagged version's FULL commit hash
4
# 3. Build image with BOTH latest and version tags
5
- # i.e. `docker build -t sherlock/sherlock:0.15.0 -t sherlock/sherlock:latest .`
+ # i.e. `docker build -t sherlock/sherlock:0.16.0 -t sherlock/sherlock:latest .`
6
7
FROM python:3.12-slim-bullseye as build
8
WORKDIR /sherlock
sherlock_project/__init__.py
@@ -10,6 +10,6 @@
10
11
__shortname__ = "Sherlock"
12
__longname__ = "Sherlock: Find Usernames Across Social Networks"
13
-__version__ = "0.15.0"
+__version__ = "0.16.0"
14
15
forge_api_latest_release = "https://api.github.com/repos/sherlock-project/sherlock/releases/latest"
0 commit comments