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

Commit

Permalink
Update prestodb version
Browse files Browse the repository at this point in the history
update version number
!
  • Loading branch information
Emma Dickson committed Feb 7, 2018
1 parent 956648a commit 3ba6498
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 3ba6498

Please sign in to comment.