mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
openjdk:17-oracle
This commit is contained in:
parent
0f916cf94e
commit
4a4ffc9fdd
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ version = '3.3.0'
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = 17
|
sourceCompatibility = 17
|
||||||
|
targetCompatibility = 17
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -282,7 +282,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- openjdk:11.0.5-jre -->
|
<!-- openjdk:11.0.5-jre -->
|
||||||
<from>
|
<from>
|
||||||
<image>openjdk:11.0.5-jre</image>
|
<image>openjdk:17-oracle</image>
|
||||||
</from>
|
</from>
|
||||||
<to>
|
<to>
|
||||||
<image>docker.io/${docker.image.prefix}/${project.artifactId}</image>
|
<image>docker.io/${docker.image.prefix}/${project.artifactId}</image>
|
||||||
|
|
Loading…
Reference in a new issue