update backplane agent

This commit is contained in:
Cadey Ratio 2016-10-27 06:49:37 -07:00
parent dfedc23b99
commit 69678c417f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ADD ./entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
# Add Backplane agent
ENV BACKPLANE_AGENT_VERSION 1.0.10
ENV BACKPLANE_AGENT_VERSION 1.1.5
RUN apk add -U --no-cache wget ca-certificates \
&& wget https://bin.equinox.io/c/jWahGASjoRq/backplane-stable-linux-amd64.tgz \
&& tar xf backplane-stable-linux-amd64.tgz \