Repository: calcite-avatica Updated Branches: refs/heads/master 4bb579c06 -> 55b5a4763
[CALCITE-2268] Bump HSQLDB to 2.4.0 in Avatica Docker Image Close apache/calcite-avatica#34 Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/55b5a476 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/55b5a476 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/55b5a476 Branch: refs/heads/master Commit: 55b5a4763bf091811dfcf99028bc40b3b44b0d0b Parents: 4bb579c Author: Francis Chuang <[email protected]> Authored: Tue Apr 10 16:51:20 2018 +1000 Committer: Kevin Risden <[email protected]> Committed: Sat Apr 28 15:48:20 2018 -0500 ---------------------------------------------------------------------- docker/src/main/docker/hypersql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/55b5a476/docker/src/main/docker/hypersql/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/src/main/docker/hypersql/Dockerfile b/docker/src/main/docker/hypersql/Dockerfile index a79dfa2..0adb574 100644 --- a/docker/src/main/docker/hypersql/Dockerfile +++ b/docker/src/main/docker/hypersql/Dockerfile @@ -16,7 +16,7 @@ FROM avatica-server:latest MAINTAINER Apache Avatica <[email protected]> -ARG HSQLDB_VERSION="2.3.1" +ARG HSQLDB_VERSION="2.4.0" # Dependencies ADD https://repo1.maven.org/maven2/net/hydromatic/scott-data-hsqldb/0.1/scott-data-hsqldb-0.1.jar /home/avatica/classpath/
