diff --git a/dockerfiles/alpine/apim-analytics/dashboard/Dockerfile b/dockerfiles/alpine/apim-analytics/dashboard/Dockerfile index 7da3179c..220fd2a6 100755 --- a/dockerfiles/alpine/apim-analytics/dashboard/Dockerfile +++ b/dockerfiles/alpine/apim-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Alpine Docker image -FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-alpine +FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/alpine/apim-analytics/worker/Dockerfile b/dockerfiles/alpine/apim-analytics/worker/Dockerfile index c3412a4a..5e2b73d2 100755 --- a/dockerfiles/alpine/apim-analytics/worker/Dockerfile +++ b/dockerfiles/alpine/apim-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Alpine Docker image -FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-alpine +FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/alpine/apim/Dockerfile b/dockerfiles/alpine/apim/Dockerfile index 4cc2d755..52f183a1 100755 --- a/dockerfiles/alpine/apim/Dockerfile +++ b/dockerfiles/alpine/apim/Dockerfile @@ -17,7 +17,7 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Alpine Docker image -FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-alpine +FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine LABEL maintainer="WSO2 Docker Maintainers " \ com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" diff --git a/dockerfiles/centos/apim-analytics/dashboard/Dockerfile b/dockerfiles/centos/apim-analytics/dashboard/Dockerfile index 3d4f6bcc..9097a6a7 100755 --- a/dockerfiles/centos/apim-analytics/dashboard/Dockerfile +++ b/dockerfiles/centos/apim-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK CentOS Docker image -FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.9_11 +FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.10_9 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/apim-analytics/worker/Dockerfile b/dockerfiles/centos/apim-analytics/worker/Dockerfile index 8c0b4d41..ee0e7546 100755 --- a/dockerfiles/centos/apim-analytics/worker/Dockerfile +++ b/dockerfiles/centos/apim-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK CentOS Docker image -FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.9_11 +FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.10_9 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/apim/Dockerfile b/dockerfiles/centos/apim/Dockerfile index 3e88082c..755698df 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.9_11 +FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.10_9 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations ARG USER=wso2carbon diff --git a/dockerfiles/ubuntu/apim-analytics/dashboard/Dockerfile b/dockerfiles/ubuntu/apim-analytics/dashboard/Dockerfile index a5a522d0..f9a6d3ea 100755 --- a/dockerfiles/ubuntu/apim-analytics/dashboard/Dockerfile +++ b/dockerfiles/ubuntu/apim-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Ubuntu Docker image -FROM adoptopenjdk:11.0.9_11-jdk-hotspot-focal +FROM adoptopenjdk:11.0.10_9-jdk-hotspot-focal LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/ubuntu/apim-analytics/worker/Dockerfile b/dockerfiles/ubuntu/apim-analytics/worker/Dockerfile index 113bba39..e3ad80b3 100755 --- a/dockerfiles/ubuntu/apim-analytics/worker/Dockerfile +++ b/dockerfiles/ubuntu/apim-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Ubuntu Docker image -FROM adoptopenjdk:11.0.9_11-jdk-hotspot-focal +FROM adoptopenjdk:11.0.10_9-jdk-hotspot-focal LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/ubuntu/apim/Dockerfile b/dockerfiles/ubuntu/apim/Dockerfile index 1338d690..36d7de6b 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.9_11-jdk-hotspot-focal +FROM adoptopenjdk:11.0.10_9-jdk-hotspot-focal LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.2" + com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.2.0.3" # set Docker image build arguments # build arguments for user/group configurations