Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aatrubilin committed Apr 21, 2024
1 parent d428fa0 commit ea5357f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions torrserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM inutano/wget as download

ARG BUILD_FROM
ARG BUILD_ARCH
ARG TS_VERSION

FROM inutano/wget as download

RUN echo "test"
RUN echo $BUILD_ARCH
RUN echo $TS_VERSION

Expand Down
2 changes: 1 addition & 1 deletion torrserver/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TorrServer
version: 1.0.0-beta17
version: 1.0.0-beta18
slug: torrserver
description: TorrServer for home assistant
url: https://github.com/aatrubilin/hassio-torrserver
Expand Down

0 comments on commit ea5357f

Please sign in to comment.