Skip to content

Commit 5f8b4b4

Browse files
committed
Bump Discourse base image and Ruby version.
1 parent a048b13 commit 5f8b4b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/image/ruby-bench-web/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM discourse/base:1.3.5
1+
FROM discourse/base:2.0.20180107
22
MAINTAINER Alan Guo Xiang Tan "https://twitter.com/tgx_world"
33

44
RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments
@@ -12,8 +12,8 @@ ENV PATH /root/.rbenv/bin:$PATH
1212
RUN echo 'eval "$(rbenv init -)"' >> /etc/profile.d/rbenv.sh && \
1313
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
1414

15-
RUN /bin/bash -l -c "rbenv install 2.3.0" && \
16-
/bin/bash -l -c "rbenv global 2.3.0"
15+
RUN /bin/bash -l -c "rbenv install 2.5.1" && \
16+
/bin/bash -l -c "rbenv global 2.5.1"
1717

1818
RUN useradd rubybench -s /bin/bash -m -U && \
1919
mkdir -p /var/www && cd /var/www && \

0 commit comments

Comments
 (0)