diff --git a/Dockerfile b/Dockerfile index 589e6c8..88a0d14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8u181-jre-stretch LABEL MAINTAINER=shawnzhu@users.noreply.github.com -ENV PRESTO_VERSION=0.193 +ENV PRESTO_VERSION=0.215 ENV PRESTO_HOME=/home/presto # extra dependency for running launcher diff --git a/test_config.yaml b/test_config.yaml index 97515ea..678089b 100644 --- a/test_config.yaml +++ b/test_config.yaml @@ -30,7 +30,7 @@ fileExistenceTests: metadataTest: env: - key: PRESTO_VERSION - value: 0.193 + value: 0.215 - key: PRESTO_HOME value: /home/presto labels: @@ -38,4 +38,4 @@ metadataTest: value: "shawnzhu@users.noreply.github.com" exposedPorts: ["8080"] volumes: ["/home/presto/etc", "/home/presto/data"] - workdir: "/home/presto" \ No newline at end of file + workdir: "/home/presto"