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 22 # 1. Update the version tag in the Dockerfile to match the version in sherlock/__init__.py
33 # 2. Update the VCS_REF tag to match the tagged version's FULL commit hash
44 # 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 .`
66
77FROM python:3.12-slim-bullseye as build
88WORKDIR /sherlock
Original file line number Diff line number Diff line change 1010
1111__shortname__ = "Sherlock"
1212__longname__ = "Sherlock: Find Usernames Across Social Networks"
13- __version__ = "0.15 .0"
13+ __version__ = "0.16 .0"
1414
1515forge_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