Skip to content

Commit

Permalink
Update to 7u121, alpine 7.121.2.6.8-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 17, 2016
1 parent 9a08226 commit 5257acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 7-jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN { \
ENV JAVA_HOME /usr/lib/jvm/java-1.7-openjdk
ENV PATH $PATH:/usr/lib/jvm/java-1.7-openjdk/jre/bin:/usr/lib/jvm/java-1.7-openjdk/bin

ENV JAVA_VERSION 7u111
ENV JAVA_ALPINE_VERSION 7.111.2.6.7-r2
ENV JAVA_VERSION 7u121
ENV JAVA_ALPINE_VERSION 7.121.2.6.8-r0

RUN set -x \
&& apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions 7-jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN { \
ENV JAVA_HOME /usr/lib/jvm/java-1.7-openjdk/jre
ENV PATH $PATH:/usr/lib/jvm/java-1.7-openjdk/jre/bin:/usr/lib/jvm/java-1.7-openjdk/bin

ENV JAVA_VERSION 7u111
ENV JAVA_ALPINE_VERSION 7.111.2.6.7-r2
ENV JAVA_VERSION 7u121
ENV JAVA_ALPINE_VERSION 7.121.2.6.8-r0

RUN set -x \
&& apk add --no-cache \
Expand Down

0 comments on commit 5257acb

Please sign in to comment.