Skip to content

Commit

Permalink
#105: Fix issue with snake-yaml causing conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 19, 2024
1 parent 213daff commit f62de10
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=3b99dedb91cd8a9ed3b8dc0af3b6028d9d138e24
ARG COMMIT=21cdd07e7732a4be533983fa22ff689f588bd8e8
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=3b99dedb91cd8a9ed3b8dc0af3b6028d9d138e24
ARG COMMIT=21cdd07e7732a4be533983fa22ff689f588bd8e8
LABEL ala.version=inbo-${COMMIT}
#
# ARG VERSION=2.18.6-SNAPSHOT
Expand Down

0 comments on commit f62de10

Please sign in to comment.