From 34b99de01b183e2c7c043331650aaadc442c5402 Mon Sep 17 00:00:00 2001 From: Steven GUEGUEN Date: Wed, 22 Nov 2023 15:11:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20Warp=C2=A010=20version=20to=203.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index ae40be6..cc0795d 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -23,9 +23,9 @@ ENV WARP10_HOME=/opt/warp10 ENV WARP10_VOLUME=/data ENV PATH=$PATH:${WARP10_HOME}/bin -ARG WARP10_VERSION=3.1.0 +ARG WARP10_VERSION=3.1.2 ARG WARP10_URL=https://github.com/senx/warp10-platform/releases/download/${WARP10_VERSION}/warp10-${WARP10_VERSION}.tar.gz -ARG WARP10_SHA512=415a748819b4e420d4b3b9bdc4027062b5a79173622ba48e1ecc1db69285d397c65639e6f4946ac11706281edfb1f17382c3c2ead8745156aa7d33c186910d9a +ARG WARP10_SHA512=4280fabcc950a69afa4053ebb3f93f1f95809a2f01f01509551dd39acd296786f2ff5520bfe9b24652c1027f831e5dcd137c29b5bd5662d1ce0f51a64e324036 ENV WARP10_VERSION=${WARP10_VERSION} ARG WARPSTUDIO_VERSION=2.1.4-uberjar