Skip to content

Commit ab7f9a7

Browse files
committed
Remove 23 in favour of 24
1 parent 4ca4735 commit ab7f9a7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Temurin 23
1+
name: Temurin 24
22

33
on:
44
workflow_dispatch:
@@ -13,7 +13,7 @@ jobs:
1313
uses: ./.github/workflows/workflow-docker-build.yml
1414
with:
1515
jvm-type: jre
16-
docker-context: temurin/23
16+
docker-context: temurin/24
1717
permissions:
1818
contents: read
1919
packages: write
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/workflows/workflow-docker-build.yml
2323
with:
2424
jvm-type: jdk
25-
docker-context: temurin/23
25+
docker-context: temurin/24
2626
permissions:
2727
contents: read
2828
packages: write

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ COPY --chown=formcentric:formcentric my-application.jar /formcentric/app.jar
7878
Formcentric base images build upon the official [Adoptium](https://adoptium.net) images of the Eclipse Temurin
7979
distribution (OpenJDK) and come in the following flavors:
8080

81-
### Java 23 (Until 18 Mar 2025)
81+
### Java 24 (Until 16 Sep 2025)
8282

83-
- `ghcr.io/formcentric/java-base:23-jre`
84-
- `ghcr.io/formcentric/java-base:23-jdk`
83+
- `ghcr.io/formcentric/java-base:24-jre`
84+
- `ghcr.io/formcentric/java-base:24-jdk`
8585

8686
### Java 21
8787

temurin/23/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

temurin/24/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JAVA_VERSION=24.0.1_9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG JVM_TYPE=jre
2-
ARG JAVA_VERSION=23.0.2_7
2+
ARG JAVA_VERSION=24.0.1_9.1
33
ARG TEMURIN_VERSION=${JAVA_VERSION}-${JVM_TYPE}-noble
44
FROM eclipse-temurin:${TEMURIN_VERSION}
55

File renamed without changes.

0 commit comments

Comments
 (0)