Skip to content

Commit

Permalink
Update Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
RidmiR authored and chirangaalwis committed Jun 3, 2021
1 parent fd4b003 commit 4bd7bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd7bc2

Please sign in to comment.