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 {
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 17
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -282,7 +282,7 @@
|
|||
<configuration>
|
||||
<!-- openjdk:11.0.5-jre -->
|
||||
<from>
|
||||
<image>openjdk:11.0.5-jre</image>
|
||||
<image>openjdk:17-oracle</image>
|
||||
</from>
|
||||
<to>
|
||||
<image>docker.io/${docker.image.prefix}/${project.artifactId}</image>
|
||||
|
|
Loading…
Reference in a new issue