You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/06/30 22:16:42 UTC

[geode-native] branch support/1.12 updated: update Dockerfile and other variables to apache-geode 1.12.3

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new b97c26c  update Dockerfile and other variables to apache-geode 1.12.3
b97c26c is described below

commit b97c26cf8ab6c938fe18cc8a59c30c62875b8181
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Jun 30 15:15:20 2021 -0700

    update Dockerfile and other variables to apache-geode 1.12.3
---
 .lgtm.yml         | 2 +-
 .travis.yml       | 2 +-
 docker/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 087eac8..d0207b4 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,7 @@ extraction:
   cpp:
     configure:
       command:
-        - GEODE_VERSION=1.12.2
+        - GEODE_VERSION=1.12.3
         - mkdir _lgtm_build_dir
         - cd _lgtm_build_dir
         - wget -O apache-geode.tgz https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz
diff --git a/.travis.yml b/.travis.yml
index 655e3ae..979234a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ services:
 env:
   global:
     - DOCKER_ARGS="--rm --volume=${TRAVIS_BUILD_DIR}:/geode-native"
-    - DOCKER_IMAGE="apachegeode/geode-native-build:1.12.2"
+    - DOCKER_IMAGE="apachegeode/geode-native-build:1.12.3"
     - SOURCE_DIR="/geode-native"
 
   matrix:
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 12453a9..d61b1aa 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -46,7 +46,7 @@ RUN apt-get update && \
         update-alternatives --install /usr/bin/clang-tidy    clang-tidy    /usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
         update-alternatives --install /usr/bin/clang-format  clang-format  /usr/bin/clang-format-${CLANG_VERSION} 999
 
-ENV GEODE_VERSION 1.12.2
+ENV GEODE_VERSION 1.12.3
 RUN wget "https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz" --quiet -O - | \
         tar xzf -