From f62de10e3dca719a0cc7a3775571a67ccbd861ca Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Thu, 19 Dec 2024 09:07:15 +0100 Subject: [PATCH] #105: Fix issue with snake-yaml causing conflicts --- docker/pipelines/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pipelines/Dockerfile b/docker/pipelines/Dockerfile index ad6123b1..d26fdd5f 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=3b99dedb91cd8a9ed3b8dc0af3b6028d9d138e24 +ARG COMMIT=21cdd07e7732a4be533983fa22ff689f588bd8e8 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=3b99dedb91cd8a9ed3b8dc0af3b6028d9d138e24 +ARG COMMIT=21cdd07e7732a4be533983fa22ff689f588bd8e8 LABEL ala.version=inbo-${COMMIT} # # ARG VERSION=2.18.6-SNAPSHOT