Skip to content

Commit 47a5e9e

Browse files
Update to 2.3.3, bundler 1.13.6, rubygems 2.6.8
1 parent 1913ca0 commit 47a5e9e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

2.3/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.3
11-
ENV RUBY_VERSION 2.3.2
12-
ENV RUBY_DOWNLOAD_SHA256 8d7f6ca0f16d77e3d242b24da38985b7539f58dc0da177ec633a83d0c8f5b197
11+
ENV RUBY_VERSION 2.3.3
12+
ENV RUBY_DOWNLOAD_SHA256 241408c8c555b258846368830a06146e4849a1d58dcaf6b14a3b6a73058115b7
1313
ENV RUBYGEMS_VERSION 2.6.8
1414

1515
# some of ruby's build scripts are written in ruby

2.3/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.3
11-
ENV RUBY_VERSION 2.3.2
12-
ENV RUBY_DOWNLOAD_SHA256 8d7f6ca0f16d77e3d242b24da38985b7539f58dc0da177ec633a83d0c8f5b197
11+
ENV RUBY_VERSION 2.3.3
12+
ENV RUBY_DOWNLOAD_SHA256 241408c8c555b258846368830a06146e4849a1d58dcaf6b14a3b6a73058115b7
1313
ENV RUBYGEMS_VERSION 2.6.8
1414

1515
# some of ruby's build scripts are written in ruby

2.3/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN mkdir -p /usr/local/etc \
2020
} >> /usr/local/etc/gemrc
2121

2222
ENV RUBY_MAJOR 2.3
23-
ENV RUBY_VERSION 2.3.2
24-
ENV RUBY_DOWNLOAD_SHA256 8d7f6ca0f16d77e3d242b24da38985b7539f58dc0da177ec633a83d0c8f5b197
23+
ENV RUBY_VERSION 2.3.3
24+
ENV RUBY_DOWNLOAD_SHA256 241408c8c555b258846368830a06146e4849a1d58dcaf6b14a3b6a73058115b7
2525
ENV RUBYGEMS_VERSION 2.6.8
2626

2727
# some of ruby's build scripts are written in ruby

0 commit comments

Comments
 (0)