You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/09/27 03:51:52 UTC

[rocketmq-clients] 09/11: Use latest ubuntu

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

lizhanhui pushed a commit to branch container
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 3729688b831566d52dc5ad6949347e6f17214acb
Author: Zhanhui Li <li...@apache.org>
AuthorDate: Fri Sep 23 14:07:13 2022 +0800

    Use latest ubuntu
---
 cpp/WORKSPACE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/WORKSPACE b/cpp/WORKSPACE
index 8e808dd..975bc94 100644
--- a/cpp/WORKSPACE
+++ b/cpp/WORKSPACE
@@ -31,7 +31,7 @@ container_pull(
     name = "cc_base",
     registry = "index.docker.io",
     repository = "ubuntu",
-    tag = "18.04",
+    tag = "22.04",
 )
 
 # Support Bazel RBE(remote build execution)