-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd4b003
commit 4bd7bc2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
# ------------------------------------------------------------------------ | ||
|
||
# set base Docker image to AdoptOpenJDK Alpine Docker image | ||
FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-alpine | ||
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.1" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.2" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# set base Docker image to AdoptOpenJDK CentOS Docker image | ||
FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-centos | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.1" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.2" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|