Repository: calcite-avatica Updated Branches: refs/heads/branch-avatica-1.12 3ab9ec6f8 -> de2b504c6
Bump HSQLDB to 2.4.1 in dockerfiles Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/110f1818 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/110f1818 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/110f1818 Branch: refs/heads/branch-avatica-1.12 Commit: 110f1818f40ccc17b6c4fcde6f58c6f330e590c0 Parents: 3ab9ec6 Author: Francis Chuang <[email protected]> Authored: Thu May 31 10:29:50 2018 +1000 Committer: francis Chuang <[email protected]> Committed: Thu May 31 10:34:05 2018 +1000 ---------------------------------------------------------------------- docker/src/main/docker/hypersql/Dockerfile | 2 +- docker/src/main/dockerhub-hypersql/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/110f1818/docker/src/main/docker/hypersql/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/src/main/docker/hypersql/Dockerfile b/docker/src/main/docker/hypersql/Dockerfile index 0adb574..7f92fc4 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.4.0" +ARG HSQLDB_VERSION="2.4.1" # Dependencies ADD https://repo1.maven.org/maven2/net/hydromatic/scott-data-hsqldb/0.1/scott-data-hsqldb-0.1.jar /home/avatica/classpath/ http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/110f1818/docker/src/main/dockerhub-hypersql/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/src/main/dockerhub-hypersql/Dockerfile b/docker/src/main/dockerhub-hypersql/Dockerfile index e09d519..f0b4d85 100644 --- a/docker/src/main/dockerhub-hypersql/Dockerfile +++ b/docker/src/main/dockerhub-hypersql/Dockerfile @@ -17,7 +17,7 @@ ARG AVATICA_VERSION=1.11.0 FROM apache/calcite-avatica:$AVATICA_VERSION MAINTAINER Apache Avatica <[email protected]> -ARG HSQLDB_VERSION="2.4.0" +ARG HSQLDB_VERSION="2.4.1" # Dependencies ADD https://repo1.maven.org/maven2/net/hydromatic/scott-data-hsqldb/0.1/scott-data-hsqldb-0.1.jar /home/avatica/classpath/
