Skip to content

Commit

Permalink
ee
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Jan 24, 2025
1 parent 505c770 commit a6ce43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jakarta-ee-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM icr.io/appcafe/open-liberty:kernel-slim-java21-openj9-ubi-minimal
FROM icr.io/appcafe/open-liberty:24.0.0.12-kernel-slim-java21-openj9-ubi-minimal

COPY --chown=1001:0 src/main/liberty/config /config/

Expand Down
2 changes: 1 addition & 1 deletion jakarta-ee-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<artifactId>liberty-maven-plugin</artifactId>
<version>3.8.2</version>
<configuration>
<libertyRuntimeVersion>24.0.0.1</libertyRuntimeVersion>
<libertyRuntimeVersion>24.0.0.12</libertyRuntimeVersion>
<serverStartTimeout>60</serverStartTimeout>
</configuration>
</plugin>
Expand Down

0 comments on commit a6ce43e

Please sign in to comment.