Skip to content

Commit

Permalink
Merge pull request #44 from smartcitiesdata/presto-update
Browse files Browse the repository at this point in the history
presto update
  • Loading branch information
LtChae authored Jul 15, 2020
2 parents ac37b58 + 1b19694 commit c7432e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/presto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-slim

ARG mirror="https://repo1.maven.org/maven2/com/facebook/presto"
ARG presto_version="0.230"
ARG presto_version="0.237"
ARG presto_bin="${mirror}/presto-server/${presto_version}/presto-server-${presto_version}.tar.gz"
ARG presto_cli_bin="${mirror}/presto-cli/${presto_version}/presto-cli-${presto_version}-executable.jar"

Expand Down

0 comments on commit c7432e7

Please sign in to comment.