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

⬆️ Upgrades presence server to v1.8.3 #3

Merged
merged 1 commit into from
Jun 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2/presence_linux_${ARCH}.zip" \
&& wget "https://github.com/happy-bubbles/presence/releases/download/1.8.3/presence_linux_${ARCH}.zip" \
\
&& mkdir /opt \
&& unzip -d /opt "presence_linux_${ARCH}.zip" \
Expand Down