update backplane agent
This commit is contained in:
parent
dfedc23b99
commit
69678c417f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue