Skip to content

Commit 06fb292

Browse files
authored
Merge pull request #392 from dhaura/6.1.x-update-is-alpine-version
[IS 6.1.0] Update Alpine based Docker Image Version to 3.16
2 parents 9c0d7aa + 1a3baf9 commit 06fb292

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ in each resource release, will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## v6.1.0.4 - 2024-02-12
9+
10+
### Changed
11+
- Update alpine version 3.16.0 to 3.16.
12+
813
## v6.1.0.3 - 2023-10-19
914

1015
### Changed

dockerfiles/alpine/is/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# ------------------------------------------------------------------------
1818

1919
# set base Docker image to Alpine Docker image
20-
FROM alpine:3.16.0
20+
FROM alpine:3.16
2121
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
22-
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.1"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.4"
2323

2424
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2525

dockerfiles/centos/is/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# set base Docker image to CentOS Docker image
2020
FROM centos:7
2121
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
22-
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.1"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.4"
2323

2424
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2525

dockerfiles/ubuntu/is/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM ubuntu:20.04
2121

2222
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
23-
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.1"
23+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.4"
2424

2525
#Install JDK Dependencies
2626
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

0 commit comments

Comments
 (0)