File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services:
44 thumbtack:
5- image: ghcr.io/mitre/thumbtack:0.5.7
5+ image: ghcr.io/mitre/thumbtack:0.5.8
66 container_name: thumbtack
77 privileged: true
88 volumes:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt install -y git autoconf automake autopoint libtool pkg-config
1616
1717# Install thumbtack
1818RUN apt install -y python3 python3-pip
19- RUN pip install thumbtack==0.5.7 pytsk3 python-magic
19+ RUN pip install thumbtack==0.5.8 pytsk3 python-magic
2020
2121# ### Install libewf
2222WORKDIR "/src/"
Original file line number Diff line number Diff line change 2525author = "The MITRE Corporation"
2626
2727# The short X.Y version
28- version = "0.5.7 "
28+ version = "0.5.8 "
2929# The full version, including alpha/beta/rc tags
30- release = "0.5.7 "
30+ release = "0.5.8 "
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11openapi : 3.0.2
22info :
33 title : Thumbtack API
4- version : ' 0.5.7 '
4+ version : ' 0.5.8 '
55 description : Thumbtack's API for (un)mounting of forensic disk images
66servers :
77 - url : http://localhost:8208/
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.7
2+ current_version = 0.5.8
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 1111AUTHOR = "The MITRE Corporation"
1212LICENSE = "Apache 2.0"
1313REQUIRES_PYTHON = ">=3.4.0"
14- VERSION = "0.5.7 "
14+ VERSION = "0.5.8 "
1515
1616REQUIRED = [
1717 "Click" ,
You can’t perform that action at this time.
0 commit comments