Skip to content

Commit e804346

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a40f1d5 + d7791d2 commit e804346

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM maven:3.9.12-eclipse-temurin-25
1+
FROM maven:3.9.15-eclipse-temurin-25
22

33
LABEL org.opencontainers.image.description="This image is used in CI/CD to build projects with maven"
44
LABEL org.opencontainers.image.licenses="Apache-2.0"
55

66
LABEL maintainer="digitaal-techniek@vpro.nl,michiel@mmprogrami.nl"
77

8-
ENV YQ_VERSION=v4.50.1
8+
ENV YQ_VERSION=v4.53.2
99

1010
COPY entrypoint.sh /root/entrypoint.sh
1111
COPY after_maven.sh /root/after_maven.sh

alpine.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM maven:3.9.12-eclipse-temurin-25-alpine
1+
FROM maven:3.9.15-eclipse-temurin-25-alpine
22

33
LABEL org.opencontainers.image.description="This image is used in CI/CD to build projects with maven"
44
LABEL org.opencontainers.image.licenses="Apache-2.0"
55
LABEL maintainer="digitaal-techniek@vpro.nl,michiel@mmprogrami.nl"
66

7-
ENV YQ_VERSION=v4.50.1
7+
ENV YQ_VERSION=v4.53.2
88

99
COPY entrypoint.sh /root/entrypoint.sh
1010
COPY after_maven.sh /root/after_maven.sh
@@ -41,4 +41,4 @@ RUN apk update && apk add --no-cache git libxslt && \
4141

4242
WORKDIR /root
4343

44-
ENTRYPOINT ["/root/entrypoint.sh"]
44+
ENTRYPOINT ["/root/entrypoint.sh"]

0 commit comments

Comments
 (0)