Skip to content

Commit

Permalink
Upgrade presto version to 0.215
Browse files Browse the repository at this point in the history
Fixes IBM#15
  • Loading branch information
meneal authored and shawnzhu committed Mar 21, 2019
1 parent 3aba580 commit dccb38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ fileExistenceTests:
metadataTest:
env:
- key: PRESTO_VERSION
value: 0.193
value: 0.215
- key: PRESTO_HOME
value: /home/presto
labels:
- key: "MAINTAINER"
value: "shawnzhu@users.noreply.github.com"
exposedPorts: ["8080"]
volumes: ["/home/presto/etc", "/home/presto/data"]
workdir: "/home/presto"
workdir: "/home/presto"

0 comments on commit dccb38b

Please # to comment.