From: GuangrongFu Date: Wed, 24 Oct 2018 01:57:36 +0000 (+0800) Subject: Update the Version of the Base Image X-Git-Tag: 3.0.0-ONAP~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=f7a6791e079ccdbd7050635ec9f78ec940fb5d99 Update the Version of the Base Image Change-Id: I0c716f9cec5997483252e4fb30c2b333124b5399 Issue-ID: HOLMES-175 Signed-off-by: GuangrongFu --- diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile index c439dae..dace6df 100644 --- a/engine-d-standalone/src/main/assembly/Dockerfile +++ b/engine-d-standalone/src/main/assembly/Dockerfile @@ -22,7 +22,7 @@ RUN { \ ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin -ENV JAVA_ALPINE_VERSION 8.171.11-r0 +ENV JAVA_ALPINE_VERSION 8.181.13-r0 RUN set -x \ && apk add --no-cache \