Skip to content

Commit

Permalink
Merge pull request #408 from RakhithaRR/master-docker-image
Browse files Browse the repository at this point in the history
Update dockerfile image tags
  • Loading branch information
RakhithaRR committed May 6, 2021
2 parents a5e2099 + a0cc260 commit 4f13db3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to WSO2 API Manager Docker image with latest WSO2 Updates
FROM docker.wso2.com/wso2am:4.0.0
FROM docker.wso2.com/wso2am:4.0.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# build arguments for external artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to WSO2 API Manager Docker image with latest WSO2 Updates
FROM docker.wso2.com/wso2is:5.11.0
FROM docker.wso2.com/wso2is:5.11.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# build arguments for external artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to WSO2 API Manager Docker image with latest WSO2 Updates
FROM docker.wso2.com/wso2am:4.0.0
FROM docker.wso2.com/wso2am:4.0.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# build arguments for external artifacts
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/apim-with-mi/dockerfiles/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to WSO2 API Manager Docker image with latest WSO2 Updates
FROM docker.wso2.com/wso2am:4.0.0
FROM docker.wso2.com/wso2am:4.0.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# build arguments for external artifacts
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/apim-with-mi/dockerfiles/mi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# ------------------------------------------------------------------------

FROM docker.wso2.com/wso2mi:4.0.0
FROM docker.wso2.com/wso2mi:4.0.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# copy CAR files to the MI server home
Expand Down

0 comments on commit 4f13db3

Please sign in to comment.