@@ -9,16 +9,16 @@ A docker image of [Spring Cloud Config Server](https://docs.spring.io/spring-clo
99[ ![ License] ( https://img.shields.io/github/license/hyness/spring-cloud-config-server )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
1010
1111### Supported tags
12- * ` 4.1.1 -jre17 ` , ` 4.1-jre17 ` , ` jre17 ` , ` 4.1.1 ` , ` 4.1 ` , ` latest `
13- * ` 4.1.1 -jdk17 ` , ` 4.1-jdk17 ` , ` jdk17 `
14- * ` 4.1.1 -jre21 ` , ` 4.1-jre21 ` , ` jre21 `
15- * ` 4.1.1 -jdk21 ` , ` 4.1-jdk21 ` , ` jdk21 `
12+ * ` 4.1.2 -jre17 ` , ` 4.1-jre17 ` , ` jre17 ` , ` 4.1.2 ` , ` 4.1 ` , ` latest `
13+ * ` 4.1.2 -jdk17 ` , ` 4.1-jdk17 ` , ` jdk17 `
14+ * ` 4.1.2 -jre21 ` , ` 4.1-jre21 ` , ` jre21 `
15+ * ` 4.1.2 -jdk21 ` , ` 4.1-jdk21 ` , ` jdk21 `
1616
1717#### Build updates for 4.x
1818* * Based on Spring Cloud Config Server 4.x & Spring Boot 3.x which is based on Java 17 baseline*
1919* * Some configuration has changed since 3.x, [ see the updated examples] ( https://github.com/hyness/spring-cloud-config-server/tree/main/examples ) *
2020* * Default image is based on Java 17.*
21- * * JRE builds are now available and the default for latest, 4.1, 4.1.1 *
21+ * * JRE builds are now available and the default for latest, 4.1, 4.1.2 *
2222
2323### Usage
2424```
0 commit comments