Skip to content

Commit 7b84f92

Browse files
authored
[JAVA-27823] Upgraded docker-images to spring boot 3 (#16047)
1 parent 8a92272 commit 7b84f92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-modules/docker-images/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<parent>
1010
<groupId>com.baeldung</groupId>
11-
<artifactId>parent-boot-2</artifactId>
11+
<artifactId>parent-boot-3</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
13-
<relativePath>../../parent-boot-2</relativePath>
13+
<relativePath>../../parent-boot-3</relativePath>
1414
</parent>
1515

1616
<dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11
1+
FROM openjdk:17-jdk-alpine
22
ARG JAR_FILE=target/*.jar
33
COPY ${JAR_FILE} app.jar
44
ENTRYPOINT ["java","-jar","/app.jar"]

0 commit comments

Comments
 (0)