Skip to content

Commit

Permalink
Merge pull request #272 from chanikag/400openjdk
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 af5d846 + c4ad347 commit ec6c5a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine/mi-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 <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.2"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
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 <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.2"

# 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 <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.2"

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

0 comments on commit ec6c5a6

Please sign in to comment.