Skip to content

Commit

Permalink
Merge pull request #49 from chashikajw/release-3.2.9.2
Browse files Browse the repository at this point in the history
Upgrade alpine base image
  • Loading branch information
chashikajw authored Feb 15, 2024
2 parents f8abaf0 + f23daf7 commit d198fca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to Docker resources for WSO2 API Microgateway will be docume

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

## [v3.2.9.2] - 2024-02-15

### Changed
- Upgrade Alpine Base Image (refer to [issue](https://github.com/wso2/docker-mg/issues/48))

## [v3.2.9.1] - 2024-01-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/mg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM alpine:3.18.4
FROM alpine:3.19.1

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.1"
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.2"

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

Expand Down

0 comments on commit d198fca

Please sign in to comment.