Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from emmadickson/update
Browse files Browse the repository at this point in the history
Update prestodb version to 0.193
  • Loading branch information
shawnzhu authored Feb 7, 2018
2 parents 956648a + 3ba6498 commit 478666f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bde2020/hadoop-base:1.1.0-hadoop2.8-java8
MAINTAINER kzhu

ENV PRESTO_VERSION=0.183
ENV PRESTO_VERSION=0.193
ENV PRESTO_HOME=/opt/presto

RUN curl -L https://repo1.maven.org/maven2/com/facebook/presto/presto-server/${PRESTO_VERSION}/presto-server-${PRESTO_VERSION}.tar.gz -o /tmp/presto-server.tgz && \
Expand Down
2 changes: 1 addition & 1 deletion spec/prestodb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
set :docker_image, image.id
end

describe file('/opt/presto-server-0.183') do
describe file('/opt/presto-server-0.193') do
it { should be_directory }
end

Expand Down

0 comments on commit 478666f

Please # to comment.