Skip to content

Commit

Permalink
[5.10.0] Avoid setting the platform architecture in base
Browse files Browse the repository at this point in the history
  • Loading branch information
chirangaalwis authored and DilanUA committed Nov 27, 2020
1 parent 1c24593 commit 8971cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.9_11
FROM adoptopenjdk/openjdk11:jdk-11.0.9_11-alpine
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.5"

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK CentOS Docker image
FROM adoptopenjdk/openjdk11:x86_64-centos-jdk-11.0.9_11
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.10.0.5"

Expand Down

0 comments on commit 8971cf4

Please sign in to comment.