Skip to content

Commit bde5849

Browse files
committed
bump 9.1.4.0
Signed-off-by: Brian Goff <[email protected]>
1 parent 61093f3 commit bde5849

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

9000/alpine-jdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN apk add --no-cache \
44
bash \
55
libc6-compat
66

7-
ENV JRUBY_VERSION 9.1.3.0
8-
ENV JRUBY_SHA256 3bf36ad72bfb49ba4424c5403df3b1da4f614186d82267f2481973f1fcaaeb20
7+
ENV JRUBY_VERSION 9.1.4.0
8+
ENV JRUBY_SHA256 cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
99

1010
RUN apk add --no-cache --virtual .build-deps \
1111
curl \

9000/alpine-jre/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN apk add --no-cache \
44
bash \
55
libc6-compat
66

7-
ENV JRUBY_VERSION 9.1.3.0
8-
ENV JRUBY_SHA256 3bf36ad72bfb49ba4424c5403df3b1da4f614186d82267f2481973f1fcaaeb20
7+
ENV JRUBY_VERSION 9.1.4.0
8+
ENV JRUBY_SHA256 cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
99

1010
RUN apk add --no-cache --virtual .build-deps \
1111
curl \

9000/jdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM openjdk:8-jdk
22

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

5-
ENV JRUBY_VERSION 9.1.3.0
6-
ENV JRUBY_SHA256 3bf36ad72bfb49ba4424c5403df3b1da4f614186d82267f2481973f1fcaaeb20
5+
ENV JRUBY_VERSION 9.1.4.0
6+
ENV JRUBY_SHA256 de189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
77
RUN mkdir /opt/jruby \
88
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
99
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \

9000/jre/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM openjdk:8-jre
22

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

5-
ENV JRUBY_VERSION 9.1.3.0
6-
ENV JRUBY_SHA256 3bf36ad72bfb49ba4424c5403df3b1da4f614186d82267f2481973f1fcaaeb20
5+
ENV JRUBY_VERSION 9.1.4.0
6+
ENV JRUBY_SHA256 cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
77
RUN mkdir /opt/jruby \
88
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
99
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \

0 commit comments

Comments
 (0)