We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68ee26 commit bc89362Copy full SHA for bc89362
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17.0.1_12-jre-alpine
+FROM eclipse-temurin:17.0.3_7-jdk-alpine
2
VOLUME /tmp
3
ARG JAR_FILE
4
COPY target/Banking-*.jar app.jar
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.6.2</version>
+ <version>2.7.0</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.example.paul</groupId>
0 commit comments