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/02/26 01:08:09 UTC

[geode-native] branch support/1.12 updated: update Dockerfile to apache-geode 1.12.1

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 22f5b37  update Dockerfile to apache-geode 1.12.1
22f5b37 is described below

commit 22f5b37de679efe8246f569e2dcbbd7f92a6cecf
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Feb 25 17:06:10 2021 -0800

    update Dockerfile to apache-geode 1.12.1
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e50127f..fc761a1 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.0
+ENV GEODE_VERSION 1.12.1
 RUN wget "https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz" --quiet -O - | \
         tar xzf -