Skip to content

Commit

Permalink
build($OpenJDK): update Adopt OpenJDK version to x86_64-alpine-jre-11…
Browse files Browse the repository at this point in the history
….0.10_9

docker pull adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.10_9

BREAKING CHANGE: update Docker image from
adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.10_9
  • Loading branch information
johnnymillergh committed Feb 26, 2021
1 parent 60813f9 commit 84d737a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</executions>
<configuration>
<from>
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11.0.9.1 -->
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
</from>
<to>
Expand Down
2 changes: 1 addition & 1 deletion auth-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</executions>
<configuration>
<from>
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11.0.9.1 -->
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
</from>
<to>
Expand Down
2 changes: 1 addition & 1 deletion exercise-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</executions>
<configuration>
<from>
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11.0.9.1 -->
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
</from>
<to>
Expand Down
2 changes: 1 addition & 1 deletion muscle-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</executions>
<configuration>
<from>
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11.0.9.1 -->
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
</from>
<to>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- Version Definitions. -->
<java.version>11</java.version>
<adoptopenjdk11.tag>x86_64-alpine-jre-11.0.9.1_1</adoptopenjdk11.tag>
<adoptopenjdk11.tag>x86_64-alpine-jre-11.0.10_9</adoptopenjdk11.tag>
<jib-maven-plugin.version>2.7.1</jib-maven-plugin.version>
<spring-cloud.version>2020.0.1</spring-cloud.version>
<spring-content.version>1.0.0.M5</spring-content.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</executions>
<configuration>
<from>
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11.0.9.1 -->
<!-- https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=alpine-jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
</from>
<to>
Expand Down

0 comments on commit 84d737a

Please sign in to comment.