forked from cybrespace/mastodon
Update Ruby in Dockerfile (#12050)
This commit is contained in:
parent
62f60e86c2
commit
ea8c781ec7
|
@ -28,7 +28,7 @@ RUN apt update && \
|
|||
make install_bin install_include install_lib
|
||||
|
||||
# Install ruby
|
||||
ENV RUBY_VER="2.6.4"
|
||||
ENV RUBY_VER="2.6.5"
|
||||
ENV CPPFLAGS="-I/opt/jemalloc/include"
|
||||
ENV LDFLAGS="-L/opt/jemalloc/lib/"
|
||||
RUN apt update && \
|
||||
|
|
Loading…
Reference in New Issue