Skip to content

Commit

Permalink
Update to 11-ea+21, debian 11~21-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 6, 2018
1 parent c7846ed commit 07194db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 11/jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home

ENV JAVA_VERSION 11-ea+19
ENV JAVA_DEBIAN_VERSION 11~19-1
ENV JAVA_VERSION 11-ea+21
ENV JAVA_DEBIAN_VERSION 11~21-1

RUN set -ex; \
\
Expand Down
4 changes: 2 additions & 2 deletions 11/jdk/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home

ENV JAVA_VERSION 11-ea+19
ENV JAVA_DEBIAN_VERSION 11~19-1
ENV JAVA_VERSION 11-ea+21
ENV JAVA_DEBIAN_VERSION 11~21-1

RUN set -ex; \
\
Expand Down
4 changes: 2 additions & 2 deletions 11/jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home

ENV JAVA_VERSION 11-ea+19
ENV JAVA_DEBIAN_VERSION 11~19-1
ENV JAVA_VERSION 11-ea+21
ENV JAVA_DEBIAN_VERSION 11~21-1

RUN set -ex; \
\
Expand Down
4 changes: 2 additions & 2 deletions 11/jre/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home

ENV JAVA_VERSION 11-ea+19
ENV JAVA_DEBIAN_VERSION 11~19-1
ENV JAVA_VERSION 11-ea+21
ENV JAVA_DEBIAN_VERSION 11~21-1

RUN set -ex; \
\
Expand Down

0 comments on commit 07194db

Please sign in to comment.