Skip to content

Commit

Permalink
Bump to 354
Browse files Browse the repository at this point in the history
  • Loading branch information
riazarbi authored Apr 6, 2021
1 parent 73fc13c commit 97c92f9
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="353"
ARG PRESTO_VERSION="354"
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 97c92f9

Please sign in to comment.