Mercurial > public > ssdt-docker
diff testbench-grid/Dockerfile @ 367:50e99c5b33af production vv2.9.0
flow: Merged <release> 'v2.9.0' to <master> ('production').
author | Jodi Becher <becher@ssdt-ohio.org> |
---|---|
date | Mon, 16 Aug 2021 18:46:57 +0100 |
parents | 4598330892d2 2e65334684d8 |
children |
line wrap: on
line diff
--- a/testbench-grid/Dockerfile Wed May 20 16:06:34 2020 +0100 +++ b/testbench-grid/Dockerfile Mon Aug 16 18:46:57 2021 +0100 @@ -1,10 +1,10 @@ FROM openjdk:8 -MAINTAINER Catherine Aldrich <aldrich@ssdt-ohio.org> +MAINTAINER Catherine Aldrich and Greg Shepherd <shepherd@ssdt-ohio.org> ENV TESTBENCHJAR=/testbench-standalone.jar -ADD http://files.ssdt.io/vaadin-testbench-standalone-5.1.2.jar $TESTBENCHJAR +ADD ./vaadin-testbench-standalone-5.2.0.jar $TESTBENCHJAR EXPOSE 4444