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

Commit 956648a

Browse files
authored
Merge pull request #2 from justineyster/update_presto
Upgrade to 0.183
2 parents 46ef037 + 5a8f22e commit 956648a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM bde2020/hadoop-base:1.1.0-hadoop2.8-java8
22
MAINTAINER kzhu
33

4-
ENV PRESTO_VERSION=0.181
4+
ENV PRESTO_VERSION=0.183
55
ENV PRESTO_HOME=/opt/presto
66

77
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 && \

spec/prestodb_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
set :docker_image, image.id
1010
end
1111

12-
describe file('/opt/presto-server-0.181') do
12+
describe file('/opt/presto-server-0.183') do
1313
it { should be_directory }
1414
end
1515

@@ -26,4 +26,4 @@
2626
its(:stdout) { should contain(file) }
2727
end
2828
end
29-
end
29+
end

0 commit comments

Comments
 (0)