From fc3f1089e90fecfc655b694133fa05bc31b394a7 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 14 Aug 2019 12:26:06 +0200 Subject: [PATCH] ci: Update battery to version 0.1.21 Signed-off-by: Gert Wollny Reviewed-by: Alexandros Frantzis Reviewed-by: Jakob Bornecrantz --- ci/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index c03f6fc..9753b94 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -120,9 +120,9 @@ RUN git clone --shallow-since="$GIT_DATE" https://gitlab.freedesktop.org/mesa/pi WORKDIR / WORKDIR /battery -RUN wget https://github.com/VoltLang/Battery/releases/download/v0.1.18/battery-0.1.18-x86_64-linux.tar.gz && \ - tar xzvf battery-0.1.18-x86_64-linux.tar.gz && \ - rm battery-0.1.18-x86_64-linux.tar.gz && \ +RUN wget https://github.com/VoltLang/Battery/releases/download/v0.1.21/battery-0.1.21-x86_64-linux.tar.gz && \ + tar xzvf battery-0.1.21-x86_64-linux.tar.gz && \ + rm battery-0.1.21-x86_64-linux.tar.gz && \ mv battery /usr/local/bin WORKDIR /