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 #2 from justineyster/update_presto
Browse files Browse the repository at this point in the history
Upgrade to 0.183
  • Loading branch information
shawnzhu authored Sep 7, 2017
2 parents 46ef037 + 5a8f22e commit 956648a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.181
ENV PRESTO_VERSION=0.183
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
4 changes: 2 additions & 2 deletions 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.181') do
describe file('/opt/presto-server-0.183') do
it { should be_directory }
end

Expand All @@ -26,4 +26,4 @@
its(:stdout) { should contain(file) }
end
end
end
end

0 comments on commit 956648a

Please sign in to comment.