File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ WORKDIR /code
66RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev rust cargo
77
88RUN pip --no-input --no-cache-dir install --upgrade pip wheel
9- RUN pip --no-input --no-cache-dir install 'poetry==1.1.6 '
9+ RUN pip --no-input --no-cache-dir install 'poetry>=1.2.0b2 '
1010
1111COPY poetry.lock pyproject.toml /code/
1212
1313RUN poetry config virtualenvs.create false \
14- && poetry install --no-dev --no-interaction --no-ansi
14+ && poetry install --only main --no-interaction --no-ansi
1515
1616FROM python:3.9-alpine
1717
Original file line number Diff line number Diff line change 44info :
55 title : tx-mining-service API
66 description : This service is used to resolving transactions before propagating them into the network
7- version : 0.8.1
7+ version : 0.8.2
88paths :
99 /health-check :
1010 get :
Original file line number Diff line number Diff line change 55
66[tool .poetry ]
77name = " tx-mining-service"
8- version = " 0.8.1 "
8+ version = " 0.8.2 "
99description = " Service to mine transactions"
1010authors = [" Hathor Team <contact@hathor.network>" ]
1111license = " MIT"
You can’t perform that action at this time.
0 commit comments