Skip to content

Commit

Permalink
Updates 9k to 9.1.7.0
Browse files Browse the repository at this point in the history
Closes #27

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Jan 17, 2017
1 parent 11d2f7e commit abbb7c8
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.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
ENV JRUBY_VERSION 9.1.7.0
ENV JRUBY_SHA256 95ac7d2316fb7698039267265716dd2159fa5b49f0e0dc6e469c80ad59072926

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.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
ENV JRUBY_VERSION 9.1.7.0
ENV JRUBY_SHA256 95ac7d2316fb7698039267265716dd2159fa5b49f0e0dc6e469c80ad59072926

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.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
ENV JRUBY_VERSION 9.1.7.0
ENV JRUBY_SHA256 95ac7d2316fb7698039267265716dd2159fa5b49f0e0dc6e469c80ad59072926
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.6.0
ENV JRUBY_SHA256 a32dc54b80aa0069323654e06b84fdcea077d3601ec54208a67c4b969f369b89
ENV JRUBY_VERSION 9.1.7.0
ENV JRUBY_SHA256 95ac7d2316fb7698039267265716dd2159fa5b49f0e0dc6e469c80ad59072926
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 abbb7c8

Please sign in to comment.