Skip to content

Commit bc89362

Browse files
committed
Upgrade Springboot 2.7
1 parent f68ee26 commit bc89362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.1_12-jre-alpine
1+
FROM eclipse-temurin:17.0.3_7-jdk-alpine
22
VOLUME /tmp
33
ARG JAR_FILE
44
COPY target/Banking-*.jar app.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.2</version>
8+
<version>2.7.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example.paul</groupId>

0 commit comments

Comments
 (0)