From 786936b1f5c0e89e419b86a473839bc2b863ed56 Mon Sep 17 00:00:00 2001 From: nitincg Date: Fri, 16 Jun 2023 22:14:31 +0530 Subject: [PATCH] Test commit Change-Id: I87ecf13b26a7f04e13266ec07285342ea02bacf9 Signed-off-by: nitincg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f6e3f0..dfcd837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ FROM debian:11-slim ENV JAVA_HOME=/jre ENV PATH="${JAVA_HOME}/bin:${PATH}" -#copy JRE from the base image +# Copy JRE from the base image COPY --from=jre-build /customjre $JAVA_HOME ARG JAR -- 2.16.6