Merge pull request #15 from 3dwardch3ng/develop

release
This commit is contained in:
2024-09-07 15:57:13 +10:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/java:17.0.12-10-debian-12-r4 AS builder
FROM bitnami/java:17.0.12-10-debian-12-r6 AS builder
WORKDIR /opt

View File

@@ -11,7 +11,7 @@
</parent>
<artifactId>ec-config-server</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<licenses>
<license>

View File

@@ -2,7 +2,7 @@ application:
name: ec-config-server
server:
port: 8888
port: ${CONFIG_SERVER_PORT:8888}
management:
endpoints: