File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >id.my.hendisantika</groupId >
1212 <artifactId >docker-without-docker</artifactId >
13- <version >0.0.1-SNAPSHOT </version >
13+ <version >0.0.1</version >
1414 <name >spring-boot-docker-without-docker</name >
1515 <description >spring-boot-docker-without-docker</description >
1616 <properties >
1717 <java .version>23</java .version>
1818 <start-class >id.my.hendisantika.dockerwithoutdocker.SpringBootDockerWithoutDockerApplication</start-class >
1919 <app .image.name>springboot-jib</app .image.name>
20- <app .image.tag/>
2120 </properties >
2221 <dependencies >
2322 <dependency >
158157 <version >3.4.4</version >
159158 <configuration >
160159 <from >
161- <image >openjdk: 21</image >
160+ <image >amazoncorretto:23-alpine3. 21</image >
162161 </from >
163162 <container >
164163 <ports >
185184 <phase >package</phase >
186185 <configuration >
187186 <to >
188- <image >docker.io/hendisantika/${app.image.name} :${app.image.tag } </image >
187+ <image >docker.io/hendisantika/${app.image.name} :${project.version } </image >
189188 </to >
190189 </configuration >
191190 <goals >
You canβt perform that action at this time.
0 commit comments