Skip to content

Commit

Permalink
Updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
chummar-paily committed Jan 28, 2025
1 parent 4106049 commit 48c512b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:11.0.16_8-jdk-alpine
FROM eclipse-temurin:17-jdk-alpine
ENV JAVA_OPTS=""
ENV BMRG_HOME=/opt/boomerang
ENV BMRG_SVC=service-controller
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>7.0.0</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
<version>2.6.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ proxy.host=
proxy.port=
proxy.ignore=

springdoc.api-docs.path=/${controller.service.root}/api-docs
# springdoc.api-docs.path=/${controller.service.root}/api-docs

spring.mvc.async.request-timeout=600000
boomerang.environment=
Expand Down

0 comments on commit 48c512b

Please sign in to comment.