diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9b9fcf..7817ecf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [v5.10.0.7] - 2021-08-18 + +### Changed +- Upgrade base docker image to fix the detected high security vulnerability. (refer to [issue](https://github.com/wso2/docker-is/issues/302) + ## [v5.10.0.6] - 2021-02-23 ### Changed diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 42930ca2..570e4ffe 100755 --- a/dockerfiles/alpine/is/Dockerfile +++ b/dockerfiles/alpine/is/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-is/releases/tag/v5.10.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/is/Dockerfile b/dockerfiles/centos/is/Dockerfile index cf24a476..10cfcfad 100755 --- a/dockerfiles/centos/is/Dockerfile +++ b/dockerfiles/centos/is/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-is/releases/tag/v5.10.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index c857a444..6200706d 100755 --- a/dockerfiles/ubuntu/is/Dockerfile +++ b/dockerfiles/ubuntu/is/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-is/releases/tag/v5.10.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.7" # set Docker image build arguments # build arguments for user/group configurations