X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2FDockerfile;h=065feb234233800ed75c2bbd84cb0620e289a79c;hb=3eff12cfd17d4819134c5798d8c05e2d337fe389;hp=b09c8e731313c9fc5d1ad9f48d6858544cca1987;hpb=d296bb5ab9332c53572af7f479f3501fa964d846;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index b09c8e7..065feb2 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-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.201.08-r0 +ENV JAVA_ALPINE_VERSION 8.222.10-r0 RUN set -x \ && apk add --no-cache \ @@ -33,7 +33,7 @@ RUN set -x \ RUN apk upgrade \ && apk update \ && apk add --no-cache curl \ - && apk add --no-cache postgresql-client=10.7-r0 \ + && apk add --no-cache postgresql-client=11.5-r0 \ && apk add --no-cache nss