Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
timosalm committed Nov 8, 2024
1 parent c5f5091 commit d26d881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cds-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
java-version: 23
cache: 'gradle'

- run: ./gradlew bootBuildImage -PbuildProfile=cds --no-daemon --imageName="ghcr.io/${{ github.repository }}:hello-world-cds"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
java-version: 23
cache: 'gradle'

- run: ./gradlew bootBuildImage --no-daemon --imageName="ghcr.io/${{ github.repository }}:hello-world"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
java-version: 23
cache: 'gradle'

- run: ./gradlew bootBuildImage -PbuildProfile=graalvm --no-daemon --imageName="ghcr.io/${{ github.repository }}:hello-world-native"
Expand Down
2 changes: 1 addition & 1 deletion crac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:21-jdk-crac as builder
FROM azul/zulu-openjdk:23-jdk-crac as builder

COPY ./build.gradle ./gradlew ./settings.gradle .
COPY ./gradle ./gradle
Expand Down

0 comments on commit d26d881

Please sign in to comment.