Skip to content

Commit

Permalink
Merge pull request #414 from ramindu90/4.0.x
Browse files Browse the repository at this point in the history
Update base version of API-M 4.0.0 docker images
  • Loading branch information
rmsamitha committed Jun 14, 2021
2 parents c9f1e12 + aaf1ecb commit 939141c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine/apim/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.10_9-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK CentOS Docker image
FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.10_9
FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.11_9
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2"
# set Docker image build arguments
# build arguments for user/group configurations
ARG USER=wso2carbon
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM adoptopenjdk:11.0.10_9-jdk-hotspot-focal
FROM adoptopenjdk:11.0.11_9-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.1"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v4.0.0.2"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down

0 comments on commit 939141c

Please sign in to comment.