diff --git a/dockerfiles/alpine/apim/Dockerfile b/dockerfiles/alpine/apim/Dockerfile index c259e4b9..d9c88f27 100755 --- a/dockerfiles/alpine/apim/Dockerfile +++ b/dockerfiles/alpine/apim/Dockerfile @@ -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.11_9-alpine LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/apim/Dockerfile b/dockerfiles/centos/apim/Dockerfile index 699a900a..36248aec 100755 --- a/dockerfiles/centos/apim/Dockerfile +++ b/dockerfiles/centos/apim/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK CentOS Docker image -FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.10_9 +FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.11_9 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2" # set Docker image build arguments # build arguments for user/group configurations ARG USER=wso2carbon diff --git a/dockerfiles/ubuntu/apim/Dockerfile b/dockerfiles/ubuntu/apim/Dockerfile index 30a01606..3255620a 100755 --- a/dockerfiles/ubuntu/apim/Dockerfile +++ b/dockerfiles/ubuntu/apim/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Ubuntu Docker image -FROM adoptopenjdk:11.0.10_9-jdk-hotspot-focal +FROM adoptopenjdk:11.0.11_9-jdk-hotspot-focal LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2" # set Docker image build arguments # build arguments for user/group configurations