feat: upgrade build image from Temurin 17 to 21
All checks were successful
Build Images / build (push) Successful in 1m10s

cameleer-saas requires Java 21. The 21 JDK is backwards compatible
with Java 17 projects (cameleer3, cameleer3-server).
This commit is contained in:
2026-04-04 15:40:12 +02:00
parent 52395998ac
commit 9e49f327fa

View File

@@ -1,4 +1,4 @@
FROM maven:3.9-eclipse-temurin-17
FROM maven:3.9-eclipse-temurin-21
# Node.js 22 LTS via NodeSource
RUN apt-get update && apt-get install -y ca-certificates curl gnupg \