From d938c1d223aa43cbffa06625c5cd70ea139f529f Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Wed, 12 Feb 2025 18:43:27 +0100 Subject: [PATCH] Try releasing new pipelines version with fix for reindexing when new spatial layers are detected --- docker/pipelines/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pipelines/Dockerfile b/docker/pipelines/Dockerfile index e3fc5d6..4ff90c4 100644 --- a/docker/pipelines/Dockerfile +++ b/docker/pipelines/Dockerfile @@ -2,7 +2,7 @@ ARG BUILDPLATFORM=linux/amd64 FROM --platform=${BUILDPLATFORM} custom-maven AS builder ARG VERSION=fixed-stuff -ARG COMMIT=890c1d82e3860b3270ec36aac78255d7bcbd2bb4 +ARG COMMIT=15db71c4357e9f3d644aa6ca38e697b74815b416 ARG SOURCE=https://github.com/StefanVanDyck/pipelines.git LABEL ala.version=inbo-${COMMIT} @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.m2/repository \ # FROM openjdk:8 -ARG COMMIT=890c1d82e3860b3270ec36aac78255d7bcbd2bb4 +ARG COMMIT=15db71c4357e9f3d644aa6ca38e697b74815b416 LABEL ala.version=inbo-${COMMIT} # # ARG VERSION=2.18.6-SNAPSHOT