Skip to content

Commit 5cdd7c6

Browse files
committed
updating the base image related changes
1 parent b9ebb44 commit 5cdd7c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SERVER_PORT=4550
2-
FROM_IMAGE=openjdk:21-jdk-slim
2+
BASE_IMAGE=openjdk:21-jdk-slim

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ application {
245245
}
246246

247247
bootJar {
248-
archiveFileName = "api-cp-springboot-template.jar"
248+
archiveFileName = "service-cp-crime-schedulingandlisting-courtschedule.jar"
249249

250250
manifest {
251251
attributes('Implementation-Version': project.version.toString())

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
http_proxy: ${http_proxy}
1010
https_proxy: ${https_proxy}
1111
no_proxy: ${no_proxy}
12-
FROM_IMAGE: ${FROM_IMAGE}
12+
BASE_IMAGE: ${BASE_IMAGE}
1313
environment:
1414
# these environment variables are used by java-logging library
1515
- ROOT_APPENDER

0 commit comments

Comments
 (0)