Skip to content

Commit

Permalink
update Gemfile.lock and Docker build (apache#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins authored and merlimat committed Mar 25, 2018
1 parent 6424b6e commit 8659252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64

## Website build dependencies

# Install Ruby-2.4.1
# Install Ruby-2.3.1
RUN apt-get install -y
RUN gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
(curl -sSL https://get.rvm.io | bash -s stable)
ENV PATH "$PATH:/usr/local/rvm/bin"
RUN rvm install 2.4.1
RUN rvm install 2.3.1

# Install PIP and PDoc
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py
Expand Down
4 changes: 2 additions & 2 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ DEPENDENCIES
jekyll (= 3.7.0)

RUBY VERSION
ruby 2.4.1p111
ruby 2.3.1p112

BUNDLED WITH
1.16.0
1.16.1

0 comments on commit 8659252

Please sign in to comment.