File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# 1. Update the version tag in the Dockerfile to match the version in sherlock/__init__.py
3
3
# 2. Update the VCS_REF tag to match the tagged version's FULL commit hash
4
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 .`
5
+ # i.e. `docker build -t sherlock/sherlock:0.16 .0 -t sherlock/sherlock:latest .`
6
6
7
7
FROM python:3.12-slim-bullseye as build
8
8
WORKDIR /sherlock
Original file line number Diff line number Diff line change 10
10
11
11
__shortname__ = "Sherlock"
12
12
__longname__ = "Sherlock: Find Usernames Across Social Networks"
13
- __version__ = "0.15 .0"
13
+ __version__ = "0.16 .0"
14
14
15
15
forge_api_latest_release = "https://api.github.com/repos/sherlock-project/sherlock/releases/latest"
You can’t perform that action at this time.
0 commit comments