Skip to content

Commit

Permalink
Merge pull request #1 from Gordonei/patch-1
Browse files Browse the repository at this point in the history
Bumping to Trino 364
  • Loading branch information
riazarbi authored Nov 7, 2021
2 parents 522cad4 + 8719e22 commit 9dacfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jre-slim

ARG PRESTO_VERSION="363"
ARG PRESTO_VERSION="364"
ARG MIRROR="https://repo1.maven.org/maven2/io/trino"
ARG PRESTO_BIN="${MIRROR}/trino-server/${PRESTO_VERSION}/trino-server-${PRESTO_VERSION}.tar.gz"
ARG PRESTO_CLI_BIN="${MIRROR}/trino-cli/${PRESTO_VERSION}/trino-cli-${PRESTO_VERSION}-executable.jar"
Expand Down

0 comments on commit 9dacfda

Please sign in to comment.