We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb77f6 commit 8f20ca5Copy full SHA for 8f20ca5
image/base/Dockerfile
@@ -72,12 +72,12 @@ RUN mkdir /jemalloc-new && cd /jemalloc-new &&\
72
RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc &&\
73
mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git &&\
74
cd /src/ruby-build && ./install.sh &&\
75
- cd / && rm -rf /src/ruby-build && (ruby-build 2.6.5 /usr/local)
+ cd / && rm -rf /src/ruby-build && (ruby-build 2.6.6 /usr/local)
76
77
RUN gem update --system
78
79
RUN gem install bundler --force &&\
80
- rm -rf /usr/local/share/ri/2.6.5/system &&\
+ rm -rf /usr/local/share/ri/2.6.6/system &&\
81
cd / && git clone https://github.com/discourse/pups.git
82
83
ADD install-redis /tmp/install-redis
0 commit comments