File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM maven:3.9.12 -eclipse-temurin-25
1+ FROM maven:3.9.15 -eclipse-temurin-25
22
33LABEL org.opencontainers.image.description="This image is used in CI/CD to build projects with maven"
44LABEL org.opencontainers.image.licenses="Apache-2.0"
55
66LABEL maintainer="digitaal-techniek@vpro.nl,michiel@mmprogrami.nl"
77
8- ENV YQ_VERSION=v4.50.1
8+ ENV YQ_VERSION=v4.53.2
99
1010COPY entrypoint.sh /root/entrypoint.sh
1111COPY after_maven.sh /root/after_maven.sh
Original file line number Diff line number Diff line change 1- FROM maven:3.9.12 -eclipse-temurin-25-alpine
1+ FROM maven:3.9.15 -eclipse-temurin-25-alpine
22
33LABEL org.opencontainers.image.description="This image is used in CI/CD to build projects with maven"
44LABEL org.opencontainers.image.licenses="Apache-2.0"
55LABEL maintainer="digitaal-techniek@vpro.nl,michiel@mmprogrami.nl"
66
7- ENV YQ_VERSION=v4.50.1
7+ ENV YQ_VERSION=v4.53.2
88
99COPY entrypoint.sh /root/entrypoint.sh
1010COPY after_maven.sh /root/after_maven.sh
@@ -41,4 +41,4 @@ RUN apk update && apk add --no-cache git libxslt && \
4141
4242WORKDIR /root
4343
44- ENTRYPOINT ["/root/entrypoint.sh" ]
44+ ENTRYPOINT ["/root/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments