File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk add build-base
1010RUN pip install --upgrade pip
1111RUN pip install --no-cache-dir -r requirements.txt
1212RUN python -m build
13- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
13+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
1414
1515ENTRYPOINT ["badfish" ]
1616CMD ["-v" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add build-base
1212RUN pip install --upgrade pip
1313RUN pip install -r requirements.txt
1414RUN python -m build
15- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
15+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
1616
1717ENTRYPOINT ["badfish"]
1818CMD ["-v"]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk add build-base
1010RUN pip install --upgrade pip
1111RUN pip install --no-cache-dir -r requirements.txt
1212RUN python -m build
13- RUN python -m pip install dist/badfish-1.0.2 .tar.gz
13+ RUN python -m pip install dist/badfish-1.0.3 .tar.gz
1414
1515ENTRYPOINT ["badfish"]
1616CMD ["-v"]
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Active releases:
144144git clone https://github.com/redhat-performance/badfish && cd badfish
145145python3 -m pip install --upgrade build
146146python3 -m build
147- python3 -m pip install dist/badfish-1.0.2 .tar.gz
147+ python3 -m pip install dist/badfish-1.0.3 .tar.gz
148148```
149149NOTE:
150150
Original file line number Diff line number Diff line change 11import setuptools
22
33setuptools .setup (
4- version = "1.0.2 "
4+ version = "1.0.3 "
55)
You can’t perform that action at this time.
0 commit comments