Skip to content

Commit df9da11

Browse files
Update to 10-ea+46, debian 10~46-1
1 parent 2bc217c commit df9da11

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

10-jdk/Dockerfile

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

44-
ENV JAVA_VERSION 10-ea+32
45-
ENV JAVA_DEBIAN_VERSION 10~32-1
44+
ENV JAVA_VERSION 10-ea+46
45+
ENV JAVA_DEBIAN_VERSION 10~46-1
4646

4747
RUN set -ex; \
4848
\

10-jdk/slim/Dockerfile

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

44-
ENV JAVA_VERSION 10-ea+32
45-
ENV JAVA_DEBIAN_VERSION 10~32-1
44+
ENV JAVA_VERSION 10-ea+46
45+
ENV JAVA_DEBIAN_VERSION 10~46-1
4646

4747
RUN set -ex; \
4848
\

10-jre/Dockerfile

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

44-
ENV JAVA_VERSION 10-ea+32
45-
ENV JAVA_DEBIAN_VERSION 10~32-1
44+
ENV JAVA_VERSION 10-ea+46
45+
ENV JAVA_DEBIAN_VERSION 10~46-1
4646

4747
RUN set -ex; \
4848
\

10-jre/slim/Dockerfile

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

44-
ENV JAVA_VERSION 10-ea+32
45-
ENV JAVA_DEBIAN_VERSION 10~32-1
44+
ENV JAVA_VERSION 10-ea+46
45+
ENV JAVA_DEBIAN_VERSION 10~46-1
4646

4747
RUN set -ex; \
4848
\

0 commit comments

Comments
 (0)