Skip to content

Commit 4f876d9

Browse files
authored
Merge pull request #89 from HathorNetwork/dev
Release: v0.8.2
2 parents 2578796 + 2e57981 commit 4f876d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ WORKDIR /code
66
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev rust cargo
77

88
RUN 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

1111
COPY poetry.lock pyproject.toml /code/
1212

1313
RUN poetry config virtualenvs.create false \
14-
&& poetry install --no-dev --no-interaction --no-ansi
14+
&& poetry install --only main --no-interaction --no-ansi
1515

1616
FROM python:3.9-alpine
1717

docs/apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
info:
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
88
paths:
99
/health-check:
1010
get:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "tx-mining-service"
8-
version = "0.8.1"
8+
version = "0.8.2"
99
description = "Service to mine transactions"
1010
authors = ["Hathor Team <contact@hathor.network>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)