Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
update to AR v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Apipa169 committed Dec 5, 2019
1 parent 1ced213 commit c02c765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/amd64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /assistant_relay \

WORKDIR /assistant_relay

RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.1.2/release.zip \
RUN wget https://github.com/greghesp/assistant-relay/releases/download/v.3.1.2/release.zip \
&& unzip release.zip \
&& rm release.zip \
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/server.js \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/armv7/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /assistant_relay \

WORKDIR /assistant_relay

RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.1.2/release.zip \
RUN wget https://github.com/greghesp/assistant-relay/releases/download/v.3.1.2/release.zip \
&& unzip release.zip \
&& rm release.zip \
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/server.js \
Expand Down

0 comments on commit c02c765

Please sign in to comment.