From 89c8d018df3bdba2f55d61f3042c0d2eb46eba23 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Aug 2021 11:34:38 +0200 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 73cddde53..5f46923ac 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -1,12 +1,12 @@ ARG BUILD_FROM -ARG BUILD_UPSTREAM="2.1.24" +ARG BUILD_UPSTREAM="2.1.26" FROM anthonyraymond/joal:$BUILD_UPSTREAM # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.24" +ARG BUILD_UPSTREAM="2.1.26" RUN \ #Install bashio