Skip to content

Commit 1506887

Browse files
Update to 8u162, ca-certificates-java 20170531+nmu1, debian 8u162-b12-1~deb9u1
1 parent 2f9d8d3 commit 1506887

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

8-jdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 8u151
43-
ENV JAVA_DEBIAN_VERSION 8u151-b12-1~deb9u1
42+
ENV JAVA_VERSION 8u162
43+
ENV JAVA_DEBIAN_VERSION 8u162-b12-1~deb9u1
4444

4545
# see https://bugs.debian.org/775775
4646
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872

8-jdk/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 8u151
43-
ENV JAVA_DEBIAN_VERSION 8u151-b12-1~deb9u1
42+
ENV JAVA_VERSION 8u162
43+
ENV JAVA_DEBIAN_VERSION 8u162-b12-1~deb9u1
4444

4545
# see https://bugs.debian.org/775775
4646
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872

8-jre/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home/jre
4141

42-
ENV JAVA_VERSION 8u151
43-
ENV JAVA_DEBIAN_VERSION 8u151-b12-1~deb9u1
42+
ENV JAVA_VERSION 8u162
43+
ENV JAVA_DEBIAN_VERSION 8u162-b12-1~deb9u1
4444

4545
# see https://bugs.debian.org/775775
4646
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872

8-jre/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home/jre
4141

42-
ENV JAVA_VERSION 8u151
43-
ENV JAVA_DEBIAN_VERSION 8u151-b12-1~deb9u1
42+
ENV JAVA_VERSION 8u162
43+
ENV JAVA_DEBIAN_VERSION 8u162-b12-1~deb9u1
4444

4545
# see https://bugs.debian.org/775775
4646
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872

0 commit comments

Comments
 (0)