You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/03/22 00:25:07 UTC

[pulsar-client-go] branch master updated: Temporarily point ci to pulsar 2.8.2 (#747)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c04811  Temporarily point ci to pulsar 2.8.2 (#747)
5c04811 is described below

commit 5c0481123f5b228fffea65515c6f15cbf3b29159
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Tue Mar 22 08:25:03 2022 +0800

    Temporarily point ci to pulsar 2.8.2 (#747)
    
    * trigger ci use pulsar 2.8.2
    
    * Update Dockerfile
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 401a246..a21a219 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
 #
 
 ARG GO_VERSION=golang:1.13
-FROM apachepulsar/pulsar:latest as pulsar
+FROM apachepulsar/pulsar:2.8.2 as pulsar
 FROM $GO_VERSION as go
 
 RUN apt-get update && apt-get install -y openjdk-11-jre-headless ca-certificates