Skip to content

Commit 8f20ca5

Browse files
committed
Bump Ruby to 2.6.6
1 parent 7bb77f6 commit 8f20ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ RUN mkdir /jemalloc-new && cd /jemalloc-new &&\
7272
RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc &&\
7373
mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git &&\
7474
cd /src/ruby-build && ./install.sh &&\
75-
cd / && rm -rf /src/ruby-build && (ruby-build 2.6.5 /usr/local)
75+
cd / && rm -rf /src/ruby-build && (ruby-build 2.6.6 /usr/local)
7676

7777
RUN gem update --system
7878

7979
RUN gem install bundler --force &&\
80-
rm -rf /usr/local/share/ri/2.6.5/system &&\
80+
rm -rf /usr/local/share/ri/2.6.6/system &&\
8181
cd / && git clone https://github.com/discourse/pups.git
8282

8383
ADD install-redis /tmp/install-redis

0 commit comments

Comments
 (0)