Skip to content

Commit ee1bacb

Browse files
yhwangunidevel
authored andcommitted
update the link in the deployment example
Signed-off-by: Yihong Wang <[email protected]>
1 parent 295a6af commit ee1bacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/static/docs/0.294/_sources/installation/deployment.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ and specify an entry point to run the server.
519519
COPY etc /opt/presto/etc
520520
521521
# Download the Presto CLI and put it in the image
522-
RUN wget --quiet https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
522+
RUN wget --quiet https://github.com/prestodb/presto/releases/download/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
523523
RUN mv presto-cli-${PRESTO_VERSION}-executable.jar /usr/local/bin/presto
524524
RUN chmod +x /usr/local/bin/presto
525525

website/static/docs/0.294/_static/installation/deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ and specify an entry point to run the server.
519519
COPY etc /opt/presto/etc
520520
521521
# Download the Presto CLI and put it in the image
522-
RUN wget --quiet https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
522+
RUN wget --quiet https://github.com/prestodb/presto/releases/download/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
523523
RUN mv presto-cli-${PRESTO_VERSION}-executable.jar /usr/local/bin/presto
524524
RUN chmod +x /usr/local/bin/presto
525525

0 commit comments

Comments
 (0)