Updating the base image to alpine-jre to reduce docker image size.

This commit is contained in:
Rahul Sharma
2020-04-29 17:45:58 -04:00
parent a50c76f0c3
commit 276083d259

View File

@@ -1,4 +1,4 @@
FROM openjdk:13-alpine
FROM adoptopenjdk/openjdk13:alpine-jre
MAINTAINER ConnectUs
# Update the package list and upgrade installed packages