File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources
kalix-maven-archetype-value-entity/src/main/resources/archetype-resources
kalix-spring-boot-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
<maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
18
18
<mainClass >${package}.Main</mainClass >
19
19
20
- <jdk .target>11 </jdk .target>
20
+ <jdk .target>17 </jdk .target>
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
23
23
<kalix-sdk .version>@project.version@</kalix-sdk .version>
122
122
<name >${D} {dockerImage}:%l</name >
123
123
<build >
124
124
<!-- Base Docker image which contains jre-->
125
- <from >docker.io/library/adoptopenjdk :${D} {jdk.target}-jre-hotspot </from >
125
+ <from >docker.io/library/eclipse-temurin :${D} {jdk.target}-alpine </from >
126
126
<createImageOptions >
127
127
<platform >linux/amd64</platform >
128
128
</createImageOptions >
Original file line number Diff line number Diff line change 17
17
<maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
18
18
<mainClass >${package}.Main</mainClass >
19
19
20
- <jdk .target>11 </jdk .target>
20
+ <jdk .target>17 </jdk .target>
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
23
23
<kalix-sdk .version>@project.version@</kalix-sdk .version>
122
122
<name >${D} {dockerImage}:%l</name >
123
123
<build >
124
124
<!-- Base Docker image which contains jre-->
125
- <from >docker.io/library/adoptopenjdk :${D} {jdk.target}-jre-hotspot </from >
125
+ <from >docker.io/library/eclipse-temurin :${D} {jdk.target}-alpine </from >
126
126
<createImageOptions >
127
127
<platform >linux/amd64</platform >
128
128
</createImageOptions >
Original file line number Diff line number Diff line change 16
16
<maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
17
17
<mainClass >${package}.Main</mainClass >
18
18
19
- <jdk .target>11 </jdk .target>
19
+ <jdk .target>17 </jdk .target>
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
22
22
<kalix-sdk .version>@project.version@</kalix-sdk .version>
91
91
<name >${dockerImage} :%l</name >
92
92
<build >
93
93
<!-- Base Docker image which contains jre-->
94
- <from >docker.io/library/adoptopenjdk :${jdk.target} -jre-hotspot </from >
94
+ <from >docker.io/library/eclipse-temurin :${D} { jdk.target}-alpine </from >
95
95
<createImageOptions >
96
96
<platform >linux/amd64</platform >
97
97
</createImageOptions >
You can’t perform that action at this time.
0 commit comments