Skip to content

Commit

Permalink
Update to 11.0.3, debian 11.0.3+1-1~bpo9+2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 23, 2019
1 parent 448901d commit 4b9abf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11/jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-
ENV JAVA_HOME /docker-java-home

ENV JAVA_VERSION 11.0.3
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+1
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+2

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

ENV JAVA_VERSION 11.0.3
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+1
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+2

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

ENV JAVA_VERSION 11.0.3
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+1
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+2

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

ENV JAVA_VERSION 11.0.3
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+1
ENV JAVA_DEBIAN_VERSION 11.0.3+1-1~bpo9+2

RUN set -ex; \
\
Expand Down

0 comments on commit 4b9abf8

Please sign in to comment.