File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/setup-java@v3
4242 with :
4343 distribution : ' temurin'
44- java-version : 24
44+ java-version : 25
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:24 -jdk
1+ FROM eclipse-temurin:25 -jdk-alpine
22VOLUME /tmp
33ARG JAR_FILE
44ADD backend/target/${JAR_FILE} /app.jar
Original file line number Diff line number Diff line change 2323 <properties >
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2525 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26- <java .version>24 </java .version>
26+ <java .version>25 </java .version>
2727 <docker .image.prefix>angular2guy</docker .image.prefix>
2828 <!-- <npm.test.script>test-chromium</npm.test.script> -->
2929 <npm .test.script>test</npm .test.script>
You can’t perform that action at this time.
0 commit comments