Skip to content

Commit

Permalink
Merge pull request #9 from NebulousLabs/update-sia-v1.0.4
Browse files Browse the repository at this point in the history
Update Docker image to use Sia Antfarm v1.0.4
  • Loading branch information
firyx authored Nov 13, 2020
2 parents 943e198 + c481084 commit 49218f0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Sia Antfarm Docker Image Changelog

## Nov 13, 2020:
### v1.0.4
**Key Updates**
- Update Docker image to use Sia Antfarm `v1.0.4` which uses Sia `v1.5.3`.

## Nov 11, 2020:
### v1.0.3
**Key Updates**
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update && \
RUN mkdir -p sia-antfarm/data

# Download sia-antfarm and siad-dev binaries
ARG SIA_ANTFARM_VERSION=v1.0.3
ARG SIA_ANTFARM_VERSION=v1.0.4
WORKDIR /sia-antfarm
RUN curl -o tag-page.html --fail "https://gitlab.com/NebulousLabs/Sia-Ant-Farm/-/tags/${SIA_ANTFARM_VERSION}" && \
download_link="https://gitlab.com$(cat tag-page.html | grep job=build | grep -Po '(?<=href=\")[^\"]*')" && \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
### Latest
* **latest**

### v1.0.4
* **1.0.4**: Sia Ant Farm `v1.0.4` based on Sia `v.1.5.3`

### v1.0.3
* **1.0.3**: Sia Ant Farm `v1.0.3` based on Sia `v.1.5.2`

Expand Down
5 changes: 5 additions & 0 deletions changelog/changelog-tail.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Nov 13, 2020:
### v1.0.4
**Key Updates**
- Update Docker image to use Sia Antfarm `v1.0.4` which uses Sia `v1.5.3`.

## Nov 11, 2020:
### v1.0.3
**Key Updates**
Expand Down

0 comments on commit 49218f0

Please sign in to comment.