File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM openjdk:12-alpine
2
2
3
- COPY ./build/libs/spring-boot-payments-0.0.14 .jar .
3
+ COPY ./build/libs/spring-boot-payments-0.0.15 .jar .
4
4
5
- CMD ["java" , "-jar" , "./spring-boot-payments-0.0.14 .jar" ]
5
+ CMD ["java" , "-jar" , "./spring-boot-payments-0.0.15 .jar" ]
Original file line number Diff line number Diff line change 6
6
7
7
run :
8
8
./gradlew build
9
- java -jar build/libs/spring-boot-payments-0.0.14 .jar
9
+ java -jar build/libs/spring-boot-payments-0.0.15 .jar
10
10
11
11
build_docker :
12
- docker build -t hashicorpdemoapp/payments:v0.0.14 .
12
+ docker build -t hashicorpdemoapp/payments:v0.0.15 .
13
13
14
14
push_docker : build_docker
15
- docker push hashicorpdemoapp/payments:v0.0.14
15
+ docker push hashicorpdemoapp/payments:v0.0.15
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ext['log4j2.version'] = '2.16.0'
27
27
28
28
bootJar {
29
29
archiveBaseName = ' spring-boot-payments'
30
- archiveVersion = ' 0.0.14 '
30
+ archiveVersion = ' 0.0.15 '
31
31
}
32
32
33
33
dependencies {
@@ -41,7 +41,7 @@ dependencies {
41
41
implementation(' io.opentracing.contrib:opentracing-spring-jaeger-cloud-starter:3.2.2' )
42
42
implementation(' com.h2database:h2' )
43
43
implementation(' org.postgresql:postgresql' )
44
- implementation(' de.codecentric:chaos-monkey-spring-boot:2.3.9 ' )
44
+ implementation(' de.codecentric:chaos-monkey-spring-boot:2.5.0 ' )
45
45
implementation(' io.micrometer:micrometer-registry-prometheus:1.7.0' )
46
46
modules {
47
47
module(' org.springframework.boot:spring-boot-starter-logging' ) {
You can’t perform that action at this time.
0 commit comments