Skip to content

Commit

Permalink
bump 9.1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Nov 9, 2016
1 parent d633901 commit 11d2f7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 9000/alpine-jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apk add --no-cache \
bash \
libc6-compat

ENV JRUBY_VERSION 9.1.5.0
ENV JRUBY_SHA256 28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766
ENV JRUBY_VERSION 9.1.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89

RUN apk add --no-cache --virtual .build-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 9000/alpine-jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apk add --no-cache \
bash \
libc6-compat

ENV JRUBY_VERSION 9.1.5.0
ENV JRUBY_SHA256 28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766
ENV JRUBY_VERSION 9.1.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89

RUN apk add --no-cache --virtual .build-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 9000/jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM openjdk:8-jdk

RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*

ENV JRUBY_VERSION 9.1.5.0
ENV JRUBY_SHA256 28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766
ENV JRUBY_VERSION 9.1.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
RUN mkdir /opt/jruby \
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions 9000/jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM openjdk:8-jre

RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*

ENV JRUBY_VERSION 9.1.5.0
ENV JRUBY_SHA256 28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766
ENV JRUBY_VERSION 9.1.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
RUN mkdir /opt/jruby \
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \
Expand Down

0 comments on commit 11d2f7e

Please sign in to comment.