From 97c92f94ec8dff60dc5dd793aa0b4ce4f8eda33f Mon Sep 17 00:00:00 2001 From: Riaz Arbi Date: Tue, 6 Apr 2021 09:31:19 +0200 Subject: [PATCH] Bump to 354 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53b9120..9b59526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"