Skip to content

Commit

Permalink
Merge pull request #1871 from menakaj/main
Browse files Browse the repository at this point in the history
Add docker base image upgrade command to router Dockerfile
  • Loading branch information
menakajl authored Apr 9, 2021
2 parents c0c98f6 + 113dda8 commit 4c7657a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enforcer/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

# TODO: (VirajSalaka) finalize jdk 11 image
FROM adoptopenjdk/openjdk11:jre-11.0.10_9-alpine
RUN apk update && apk upgrade --no-cache

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>"

ENV LANG=C.UTF-8
Expand Down Expand Up @@ -56,7 +58,6 @@ RUN \
WORKDIR ${MG_USER_HOME}
USER ${MG_USER}


COPY maven/ lib/
COPY maven/conf conf
COPY maven/security security
Expand Down
1 change: 1 addition & 0 deletions router/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------
FROM envoyproxy/envoy-alpine:v1.17.1
RUN apk update && apk upgrade --no-cache

ENV LANG=C.UTF-8

Expand Down

0 comments on commit 4c7657a

Please sign in to comment.