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

Commit

Permalink
⬆️ Updates Happy Bubbles Presence to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 20, 2018
1 parent 30436fc commit 3cadf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happy-bubbles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "armhf" ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
\
&& wget "https://github.com/happy-bubbles/presence/releases/download/1.8.0/presence_linux_${ARCH}.zip" \
&& wget "https://github.com/happy-bubbles/presence/releases/download/1.8.1/presence_linux_${ARCH}.zip" \
\
&& mkdir /opt \
&& unzip -d /opt "presence_linux_${ARCH}.zip" \
Expand Down

0 comments on commit 3cadf71

Please sign in to comment.