Skip to content

Commit

Permalink
Merge pull request #273 from chanikag/120openjdk
Browse files Browse the repository at this point in the history
Update current openjdk version used in docker
  • Loading branch information
chanikag authored Oct 25, 2021
2 parents 124b041 + da3397d commit 2c2d28c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.12_7-alpine
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.4"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.5"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/monitoring-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.12_7-alpine
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.4"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.5"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/streaming-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.12_7-alpine
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.4"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.5"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down

0 comments on commit 2c2d28c

Please sign in to comment.