Skip to content

Commit

Permalink
Merge pull request #397 from menakaj/2.6.x
Browse files Browse the repository at this point in the history
Update ubuntu base version of 2.6 images
  • Loading branch information
menakajl authored Feb 19, 2021
2 parents bdd0256 + 9710d69 commit 182685e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/apim-analytics/dashboard/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:8u272-b10-jdk-hotspot
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/apim-analytics/worker/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:8u272-b10-jdk-hotspot
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"

# set Docker image build arguments
# build arguments for user/group configurations
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:8u272-b10-jdk-hotspot
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/is-as-km/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:8u272-b10-jdk-hotspot
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"

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

0 comments on commit 182685e

Please sign in to comment.