feat: upgrade build image from Temurin 17 to 21
All checks were successful
Build Images / build (push) Successful in 1m10s
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:
@@ -1,4 +1,4 @@
|
|||||||
FROM maven:3.9-eclipse-temurin-17
|
FROM maven:3.9-eclipse-temurin-21
|
||||||
|
|
||||||
# Node.js 22 LTS via NodeSource
|
# Node.js 22 LTS via NodeSource
|
||||||
RUN apt-get update && apt-get install -y ca-certificates curl gnupg \
|
RUN apt-get update && apt-get install -y ca-certificates curl gnupg \
|
||||||
|
|||||||
Reference in New Issue
Block a user