diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bfb8c2..11dd5efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ in each resource release, will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## v6.1.0.11 - 2024-10-16 + +### Changed +- Update alpine version 3.16 to 3.20.3 + ## v6.1.0.5 - 2024-02-28 ### Changed diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 13000f9c..ee652d35 100755 --- a/dockerfiles/alpine/is/Dockerfile +++ b/dockerfiles/alpine/is/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to Alpine Docker image -FROM alpine:3.16 +FROM alpine:3.20.3 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/centos/is/Dockerfile b/dockerfiles/centos/is/Dockerfile index 690059c4..b043fae7 100755 --- a/dockerfiles/centos/is/Dockerfile +++ b/dockerfiles/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/jdk17/alpine/is/Dockerfile b/dockerfiles/jdk17/alpine/is/Dockerfile index 27cb76d5..d69d0aa2 100755 --- a/dockerfiles/jdk17/alpine/is/Dockerfile +++ b/dockerfiles/jdk17/alpine/is/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to Alpine Docker image -FROM alpine:3.16 +FROM alpine:3.20.3 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/jdk17/centos/is/Dockerfile b/dockerfiles/jdk17/centos/is/Dockerfile index f63d4763..0deb77c5 100755 --- a/dockerfiles/jdk17/centos/is/Dockerfile +++ b/dockerfiles/jdk17/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/jdk17/rocky/is/Dockerfile b/dockerfiles/jdk17/rocky/is/Dockerfile index 46e5d0fc..58532262 100755 --- a/dockerfiles/jdk17/rocky/is/Dockerfile +++ b/dockerfiles/jdk17/rocky/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Rocky Linux Docker image FROM rockylinux:8 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" # Update the system to the specific 8.10 version RUN dnf -y update && \ diff --git a/dockerfiles/jdk17/ubuntu/is/Dockerfile b/dockerfiles/jdk17/ubuntu/is/Dockerfile index 1e0410dc..6df9500f 100755 --- a/dockerfiles/jdk17/ubuntu/is/Dockerfile +++ b/dockerfiles/jdk17/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" #Install JDK Dependencies ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/rocky/is/Dockerfile b/dockerfiles/rocky/is/Dockerfile index 3b46f431..5f5db9b1 100755 --- a/dockerfiles/rocky/is/Dockerfile +++ b/dockerfiles/rocky/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Rocky Linux Docker image FROM rockylinux:8 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" # Update the system to the specific 8.10 version RUN dnf -y update && \ diff --git a/dockerfiles/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index f0879d6c..2ca3b862 100755 --- a/dockerfiles/ubuntu/is/Dockerfile +++ b/dockerfiles/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11" #Install JDK Dependencies ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'