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 21675ca commit 5402a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions torrserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@ ARG BUILD_FROM
ARG BUILD_ARCH
ARG TS_VERSION

FROM jgoclawski/wget:1.0 as download
FROM alpine:3.19.1 as download

ARG BUILD_FROM
ARG BUILD_ARCH
ARG TS_VERSION

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

ENV BUILD_ARCH=$BUILD_ARCH
ENV TS_VERSION=$TS_VERSION

RUN echo $BUILD_ARCH
RUN echo $TS_VERSION
RUN apk add --no-cache wget

RUN wget -O /torrserver https://github.com/aatrubilin/hassio-torrserver/releases/download/${TS_VERSION}/TorrServer-${BUILD_ARCH} -nv

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-beta23
version: 1.0.0-beta24
slug: torrserver
description: TorrServer for home assistant
url: https://github.com/aatrubilin/hassio-torrserver
Expand Down

0 comments on commit 5402a57

Please sign in to comment.