Skip to content

Commit

Permalink
switch to corretto jdk 17, version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Dec 18, 2023
1 parent b1afc6c commit 876b9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1-SNAPSHOT
2.4.0
4 changes: 2 additions & 2 deletions afterburner-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<encoding>UTF-8</encoding>
<!-- find latest here: https://hub.docker.com/r/bellsoft/liberica-openjdk-alpine/tags -->
<!-- find latest here: https://hub.docker.com/_/amazoncorretto/tags -->
<!-- to find the digest of the manifest LIST for multi-arch builds use: docker buildx imagetools inspect bellsoft/liberica-openjdk-alpine:11 -->
<!-- to find the digest you can also just goto dockerhub click on the tag and it will be shown at the top of the page -->
<docker-base-image>bellsoft/liberica-openjdk-alpine:17.0.9@sha256:9a477ffe78b15c956665326497a6591e6a9ca1be83f3792e8f4ae2f7893fca82</docker-base-image>
<docker-base-image>amazoncorretto:17.0.9-al2023-headless</docker-base-image>
<dockerTargetImageExtension>jdk17</dockerTargetImageExtension>
<docker-target-image>perfana/afterburner:${revision}-${dockerTargetImageExtension}</docker-target-image>
<docker-arch>amd64</docker-arch>
Expand Down

0 comments on commit 876b9e8

Please sign in to comment.