From 14d31b36a59207c187c9c965123b526bd6331fca Mon Sep 17 00:00:00 2001 From: Hasini Samarathunga Date: Thu, 12 Dec 2024 17:22:52 +0530 Subject: [PATCH] [IS 6.0] Update Alpine based Docker Image Version to 3.20.3 --- dockerfiles/alpine/is/Dockerfile | 4 ++-- dockerfiles/centos/is/Dockerfile | 2 +- dockerfiles/rocky/is/Dockerfile | 2 +- dockerfiles/ubuntu/is/Dockerfile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index d891763c..10d6dd7e 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.0 +FROM alpine:3.20.3 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.7" 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 c7b14509..11cca154 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.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.7" 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 1dcad712..0051b565 100755 --- a/dockerfiles/rocky/is/Dockerfile +++ b/dockerfiles/rocky/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM rockylinux:8 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.7" # 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 19fd5db3..e257aadd 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.0.0.1" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.7" #Install JDK Dependencies ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'