Update Maven

This commit is contained in:
Ben van Hartingsveldt 2025-07-11 17:31:28 +02:00
parent bb574d0ef7
commit d253493359
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -1,4 +1,4 @@
FROM maven:3.9.9-eclipse-temurin-21-alpine AS build
FROM maven:3.9.10-eclipse-temurin-21-alpine AS build
WORKDIR /tmp
COPY ./pom.xml ./pom.xml
COPY ./src ./src