Skip to content

Commit

Permalink
Try releasing new pipelines version with fix for reindexing when new …
Browse files Browse the repository at this point in the history
…spatial layers are detected
  • Loading branch information
StefanVanDyck committed Feb 12, 2025
1 parent 77fe3cb commit d938c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pipelines/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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
Expand Down

0 comments on commit d938c1d

Please sign in to comment.