Skip to content

Commit e46cbb3

Browse files
Merge pull request #344 from bhagyasakalanka/5.11.x-alpine-os
[5.11.x] Update alpine base docker image version to 3.16
2 parents 58643f1 + b5cc0f3 commit e46cbb3

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

CHANGELOG.md

+5
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+
## [v5.11.0.15] - 2022-06-20
9+
10+
### Changed
11+
- Update alpine base docker image version to 3.16
12+
813
## [v5.11.0.14] - 2022-06-09
914

1015
### Changed

dockerfiles/alpine/is/Dockerfile

+2-2
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.15
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/v5.11.0.14"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
2323

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

dockerfiles/centos/is/Dockerfile

+1-1
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/v5.11.0.14"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
2323

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

dockerfiles/jdk8/alpine/is/Dockerfile

+2-2
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.15
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/v5.11.0.14"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
2323
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2424

2525
# Install JDK Dependencies

dockerfiles/jdk8/centos/is/Dockerfile

+1-1
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/v5.11.0.14"
22+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
2323
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2424

2525
# Instal JDK Dependencies

dockerfiles/jdk8/ubuntu/is/Dockerfile

+1-1
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/v5.11.0.14"
23+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
2424

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

dockerfiles/ubuntu/is/Dockerfile

+1-1
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/v5.11.0.14"
23+
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15"
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)