Skip to content

Commit

Permalink
Update to 11-ea+22, debian 11~22-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 13, 2018
1 parent 2ac2312 commit d954809
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+21
ENV JAVA_DEBIAN_VERSION 11~21-2
ENV JAVA_VERSION 11-ea+22
ENV JAVA_DEBIAN_VERSION 11~22-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+21
ENV JAVA_DEBIAN_VERSION 11~21-2
ENV JAVA_VERSION 11-ea+22
ENV JAVA_DEBIAN_VERSION 11~22-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+21
ENV JAVA_DEBIAN_VERSION 11~21-2
ENV JAVA_VERSION 11-ea+22
ENV JAVA_DEBIAN_VERSION 11~22-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+21
ENV JAVA_DEBIAN_VERSION 11~21-2
ENV JAVA_VERSION 11-ea+22
ENV JAVA_DEBIAN_VERSION 11~22-1

RUN set -ex; \
\
Expand Down

0 comments on commit d954809

Please sign in to comment.