Skip to content

Commit

Permalink
Upgrade docker base os
Browse files Browse the repository at this point in the history
  • Loading branch information
menakaj committed Apr 9, 2021
1 parent 9835781 commit a04232b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions enforcer/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
# -----------------------------------------------------------------------

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

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

Expand Down
3 changes: 1 addition & 2 deletions router/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# -----------------------------------------------------------------------
FROM alpine:3.13.4 as alpine
FROM envoyproxy/envoy-alpine:v1.17.1
COPY --from=alpine . .
RUN apk update && apk upgrade --no-cache

ENV LANG=C.UTF-8

Expand Down

0 comments on commit a04232b

Please sign in to comment.